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 #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
by
Connor the Wombat 2018-08-09 15:43:55 UTC
commit 64e1a271f50d921a54388539b6ff7102a31c3d29
Django
django/contrib/admin/options.py
+6
-8
docs/releases/2.1.1.txt
-4
tests/admin_inlines/admin.py
+1
-5
tests/admin_inlines/tests.py
+9
-24
expand_less