summaryrefslogtreecommitdiff
path: root/tests/admin_inlines/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-53/+97
* Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani2021-09-211-2/+15
* Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert2021-09-101-0/+36
* Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida2021-02-161-3/+49
* Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach2021-01-181-2/+11
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+2
* Refs #31441 -- Added red border to inputs with errors for TabluarInline.Hasan Ramezani2020-04-161-6/+21
* Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...Jones Ambrosi2019-06-041-3/+34
* Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz2019-05-171-2/+16
* Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ...Clément Mangin2018-08-101-1/+5
* Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't h...Paulo Alvarado2018-05-181-3/+15
* Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani2018-03-171-0/+3
* Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...Vasiliy Bolshakov2017-11-301-0/+9
* Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo2017-06-121-4/+10
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...Paulo2016-06-211-0/+4
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+4
* Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey2015-12-211-0/+2
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford2014-07-311-0/+3
* PEP8 cleanupJason Myers2013-11-021-0/+3
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Removed import * in tests.Tim Graham2013-10-221-1/+9
* Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham2013-10-071-0/+17
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-1/+19
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-011-2/+7
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-0/+12
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+153