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