django-polymorphic/polymorphic
Diederik van der Boor 4d7d33ed0d Port new code to Python 3 as well, fix six.with_metaclass() issues
Many thanks to @atheiste for the big porting steps!
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 Port new code to Python 3 as well, fix six.with_metaclass() issues 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 Port new code to Python 3 as well, fix six.with_metaclass() issues 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 new code to Python 3 as well, fix six.with_metaclass() issues 2013-05-20 16:03:21 +02:00
tools_for_tests.py Port new code to Python 3 as well, fix six.with_metaclass() issues 2013-05-20 16:03:21 +02:00