django-polymorphic/polymorphic
Diederik van der Boor e20401d8bc Fixed the Python 3 unittests 2016-08-10 14:02:36 +02:00
..
admin Merge branch 'feature/inlines' 2016-08-10 11:48:02 +02:00
formsets Add missing `polymorphic_modelformset_factory` method 2016-08-10 12:50:15 +02:00
locale add spanish translation 2015-10-12 11:44:01 -03:00
static/polymorphic Update polymorphic inline script. 2016-08-10 11:45:48 +02:00
templates/admin/polymorphic Update polymorphic inline script. 2016-08-10 11:45:48 +02:00
templatetags Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
__init__.py Bump to 0.9.2 2016-05-04 11:29:53 +02:00
base.py Disable the old _default_manager and _copy_to_model() fiddling. 2016-08-05 17:21:18 +02:00
manager.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
managers.py Fixed the Python 3 unittests 2016-08-10 14:02:36 +02:00
models.py #216 Use self._state.db instead of `using` kwarg in model methods. 2016-05-30 18:55:03 -05:00
query.py #220 Pass hints to returned queryset in PolymorphicManager.get_queryset. 2016-06-12 22:15:37 -05:00
query_translate.py Fix for removed `Q.clone()` method in Django 1.10 2016-08-05 17:26:32 +02:00
showfields.py Fixed the Python 3 unittests 2016-08-10 14:02:36 +02:00
tests.py Let last base_manager test allow different results in Django 1.10 2016-08-10 13:55:09 +02:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00