summaryrefslogtreecommitdiff
path: root/tests/admin_inlines/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fiel...Mariusz Felisiak2022-03-011-0/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+40
* Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani2021-09-211-0/+6
* Refs #32219 -- Added admin model inline tests for verbose names.Siburg2021-09-081-0/+16
* Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida2021-02-161-0/+32
* Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach2021-01-181-0/+1
* Refs #31441 -- Added red border to inputs with errors for TabluarInline.Hasan Ramezani2020-04-161-0/+23
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson2019-10-251-0/+10
* Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham2019-03-301-0/+3
* Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo2018-11-201-0/+1
* Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't h...Paulo Alvarado2018-05-181-0/+6
* Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani2018-03-171-0/+1
* Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo2017-06-121-0/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-25/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-2/+2
* PEP8 cleanupJason Myers2013-11-021-0/+21
* Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham2013-10-071-0/+11
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-0/+20
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-0/+6
* Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla2013-03-041-0/+8
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+198