mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23431 -- Allowed inline and hidden references to admin fields.
This fixes a regression introduced by the 53ff096982 security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329.
This commit is contained in:
13
docs/releases/1.5.11.txt
Normal file
13
docs/releases/1.5.11.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
===========================
|
||||
Django 1.5.11 release notes
|
||||
===========================
|
||||
|
||||
*Under development*
|
||||
|
||||
Django 1.5.11 fixes a regression in the 1.5.9 security release.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Allowed inline and hidden references to admin fields
|
||||
(`#23431 <http://code.djangoproject.com/ticket/23431>`_).
|
||||
Reference in New Issue
Block a user