django/tests/admin_inlines
Vasiliy Bolshakov 03974d8122 Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
This provides better backwards compatibility following refs #28377.
2017-11-30 20:15:28 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media. 2017-11-30 20:15:28 -05:00
models.py Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk. 2017-06-12 21:12:54 -04:00
test_templates.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
tests.py Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media. 2017-11-30 20:15:28 -05:00
urls.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00