django-polymorphic/polymorphic
Jonas Haag ee2e0a95ea Extend comment about admin URL patching 2015-12-16 10:31:36 -03: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 Don't import models and managers in __init__ 2015-10-21 22:11:06 -03: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 Extend comment about admin URL patching 2015-12-16 10:31:36 -03: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 Don't import models and managers in __init__ 2015-10-21 22:11:06 -03:00
query.py Fix Django < 1.8 compatibility 2015-12-16 10:31:36 -03:00
query_translate.py Fix a handful of warnings and remove some unused compatibility code 2015-12-16 10:31:36 -03:00
showfields.py Porting to Python 3.2 2013-05-20 16:03:21 +02:00
tests.py Fix a handful of warnings and remove some unused compatibility code 2015-12-16 10:31:36 -03:00
tools_for_tests.py Fix a handful of warnings and remove some unused compatibility code 2015-12-16 10:31:36 -03:00