django-polymorphic/polymorphic
Tomas Peterka cbf52a61af Porting to Python 3.2
Removed compatibility_tools (because we aim to Python 2.7 and Python 3.2)
Performed 2to3 and modified
Usage of django.utils.six which adds dependency on Django >= 1.4.2
2013-05-20 16:03:21 +02:00
..
templates/admin/polymorphic Remove unused load statements in add_type_form.html 2013-03-18 12:15:10 +01:00
templatetags Porting to Python 3.2 2013-05-20 16:03:21 +02:00
__init__.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
__version__.py Bumped versio to .dev0 2013-04-10 14:23:29 +02:00
admin.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
base.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
manager.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
models.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
polymorphic_model.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
query.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
query_translate.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
showfields.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
tests.py Port documentation to Sphinx, cleanup README 2013-05-19 17:15:41 +02:00
tools_for_tests.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00