The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #12674 -- provide a way to override admin validation
Moved admin validation code to classes and have those be class attributes to the ModelAdmin classes.
by
Emmett the Markhor 2013-02-23 15:10:32 UTC
commit 4ad1eb1c14b629cf5bcfd253ed40e875f1bddd47
Django
VCC
Link from the underworld CVE-2014-0483
django/contrib/admin/options.py
-15
django/contrib/admin/sites.py
+8
-2
django/contrib/admin/validation.py
+362
-391
tests/admin_validation/tests.py
+37
-43
tests/modeladmin/tests.py
+149
-90
expand_less