django-polymorphic/polymorphic
Tadas Dailyda d1c5845966 further childadmin fieldsets improvements
(cherry picked from commit 15426dc695)
2018-04-16 11:21:51 +02:00
..
admin further childadmin fieldsets improvements 2018-04-16 11:21:51 +02:00
contrib Add polymorphic.contrib.extra_views to combine polymorphic with django-extra-views 2016-11-30 11:56:12 +01:00
formsets Fix support for proxy models in formsets and admin inlines 2018-04-16 11:21:51 +02:00
locale Fixed PO files which resulted in SyntaxError when parsed by polib 2017-06-05 12:55:20 +02:00
static/polymorphic Added 'z-index' attribute to '.polymorphic-type-menu' CSS class 2017-02-06 15:06:58 +00: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 Fix deleteText of |as_script_options 2018-04-16 11:21:51 +02:00
tests Fixed applabel__ModelName___field looksups 2018-04-16 11:21:51 +02:00
__init__.py Bump to v1.3 - note: support for old Django versions dropped! 2017-08-01 11:07:24 +02:00
base.py skip manager validation on swapped models 2018-04-16 10:42:01 +02:00
manager.py autoflake: remove unused imports and statements 2016-12-19 11:12:40 +01:00
managers.py Drop support for Django <1.8, Python <2.7 2017-07-10 09:08:11 +03:00
models.py Also introduce a new exception type for invalid database IDs 2018-04-16 11:08:27 +02:00
query.py fix error with .defer and child models that use the same parent 2018-04-16 11:08:27 +02:00
query_translate.py Fixed applabel__ModelName___field looksups 2018-04-16 11:21:51 +02:00
showfields.py Drop support for Django <1.8, Python <2.7 2017-07-10 09:08:11 +03:00
utils.py Make sure reset_polymorphic_ctype() supports proxy models 2018-04-16 11:21:51 +02:00