django-polymorphic/polymorphic/admin
Charlie Denton 840bfe8d22
Fix import in Django 2.0
Because the URL mechanism has changed in Django 2.0, the
RegexURLResolver has been renamed.
2018-01-16 10:53:34 +00:00
..
__init__.py flake8 fixes 2016-12-19 11:28:41 +01:00
childadmin.py fix detecting whether childadmin has explicitly defined fields/fieldsets 2017-11-20 17:39:34 +02:00
filters.py docs start for formset/inline support 2016-06-13 10:18:18 +02:00
forms.py Convert `admin.py` into a package. 2016-06-10 14:25:06 +02:00
generic.py Fix support for proxy models in formsets and admin inlines 2017-10-08 22:43:54 +02:00
helpers.py Fix support for proxy models in formsets and admin inlines 2017-10-08 22:43:54 +02:00
inlines.py Add UnsupportedChildType error for formsets 2017-10-08 22:33:01 +02:00
parentadmin.py Fix import in Django 2.0 2018-01-16 10:53:34 +00:00