django-polymorphic/polymorphic
Diederik van der Boor 60db4f63b9 Update polymorphic inline script.
Now based on standard Django script.
This makes upgrading it to newer Django versions much easier.
Changes for polymorphic are included in this commit
2016-08-10 11:45:48 +02:00
..
admin Update polymorphic inline script. 2016-08-10 11:45:48 +02:00
formsets Add preliminairy working JavaScript to render polymorphic inlines 2016-08-09 01:20:40 +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 Merge remote-tracking branch 'upstream/master' into allow_extra_manager 2015-12-29 17:49:09 -03:00
manager.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
managers.py Issue #200 - Exclude super-class from proxy model query sets 2016-05-04 15:52:44 +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 Issue #213: Don't modify Q passed in as arguments 2016-06-02 01:10:43 -04:00
query_translate.py Make the Django 1.6 support more explicit for PR #218 2016-06-06 15:26:48 +02:00
showfields.py Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
tests.py Adding < django 1.6 flags in code and test 2016-06-03 12:45:21 -04:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00