django-polymorphic/polymorphic
Gavin Wahl 0c940bd795 SingleRelatedObjectDescriptor was renamed in Django 1.9 2015-10-13 13:22:13 -06:00
..
locale add spanish translation 2015-10-12 11:44:01 -03: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.7.2 to release a few minor bugfixes 2015-10-01 14:26:28 +02:00
admin.py Raise Http404 if object does not exist. 2015-09-22 09:55:03 +10:00
base.py Optimize PolymorphicModel attribute access, only use __getattribute__ hack when needed. 2015-10-01 14:03:33 +02:00
manager.py Simplify selecting get_queryset() vs get_query_set() -> use self.all() 2014-12-30 13:25:22 +01: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 SingleRelatedObjectDescriptor was renamed in Django 1.9 2015-10-13 13:22:13 -06:00
query.py Added as_manager() support for querysets 2015-10-01 14:26:28 +02:00
query_translate.py Django 1.8 alpha support 2015-01-28 00:41:34 +01:00
showfields.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
tests.py Fixed Python 2.6 tests, and fixed tox.ini from PR #162 for python 3 2015-10-01 14:35:34 +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