summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/admin.py
AgeCommit message (Expand)Author
2026-06-11Fixed #36979 -- Made GenericInlineModelAdmin.get_formset() use get_exclude().Manas225
2026-04-07Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin.Jacob Walls
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2015-09-11Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-09-24Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ...Justin Caratzas
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette