django-polymorphic/polymorphic
hottwaj 02221d7d10 changed dict.iteritems() call to dict.items() for python 3 compatibility... 2014-02-19 11:05:57 +00:00
..
locale Adds a french translation. 2013-11-29 18:18:55 +01:00
templates/admin/polymorphic Simplifies the two remaining templates (for grappelli support). 2013-07-18 16:38:14 +02: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 Bump version to 0.5.3 2013-09-17 11:33:56 +02:00
admin.py Pass ``/admin/app/model/ID/...`` URLs to the correct admin backend. 2013-09-17 11:02:38 +02:00
base.py Optimize NewBase test of six.with_metaclass() for Django 1.5+ 2014-02-13 10:43:33 +01: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 changed dict.iteritems() call to dict.items() for python 3 compatibility... 2014-02-19 11:05:57 +00:00
query.py Fix .non_polymorphic(), returns a copy of the queryset 2013-09-19 19:36:05 +02:00
query_translate.py Fix unwanted `___` handling when a fieldname starts with an underscore. 2013-07-22 10:21:00 +02:00
showfields.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
tests.py Fixed bugs in superclass/subclass field link processingso that this can cope with proxy models, as well as parent_link and related_name links to parents. 2014-02-19 10:56:02 +00: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