django-polymorphic/polymorphic
Chris Glass 76871e3863 Fix warnings
This is a little uncertain - while it does fix warnings I'm not sure the
removed assertion were actually useful in checking the behavior, and I'm
not certain how to recreate the assertion without using the depracated
path.
2020-08-14 16:32:18 +02:00
..
admin [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
contrib [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
formsets Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
locale Removed unnecessary translation comments (#316) 2017-10-07 01:28:34 +03:00
static/polymorphic Fix bug #392 "Inline model admin: wrong hiding of add button" 2019-07-11 21:42:24 +02:00
templates/admin/polymorphic Fix marking a new formset item as empty-form on postback errors 2016-08-15 16:03:08 +02:00
templatetags [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
tests Fix warnings 2020-08-14 16:32:18 +02:00
__init__.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
base.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
compat.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
managers.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
models.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
query.py Add support for Django 3.1 2020-08-05 10:39:48 +02:00
query_translate.py Add support for Django 3.1 2020-08-05 10:39:48 +02:00
showfields.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
utils.py [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00