django-polymorphic/polymorphic
Gavin Wahl 7f2111c201 assertQuerysetEquals requires an ordered queryset 2013-05-24 15:17:44 -06: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 Update version numbers for 0.5 release 2013-05-20 18:03:35 +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 Remove Django 1.1 compatibility switch 2013-05-20 23:54:45 +02:00
query.py Django 1.6 support 2013-05-24 15:13:34 -06: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 assertQuerysetEquals requires an ordered queryset 2013-05-24 15:17:44 -06: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