diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-11-16 16:42:09 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-25 14:00:17 -0500 |
| commit | 3d35ea43001991d94c192abca1832628cd255bb0 (patch) | |
| tree | 92cc8d3fb8b374cad5e46bd83cb25667891ce2a8 /docs | |
| parent | 17ffd24d9b3528c5dcb0d50e86df2b03a9b288fc (diff) | |
[1.5.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
This change allows dynamically created inlines "Add related" button to work
correcly as long as their associated foreign key is pointing to the primary
key of the related model.
Thanks to amorce for the report, Julien Phalip for the initial patch,
and Collin Anderson for the review.
Backport of f9c4e14aeca7df79991bca8ac2d743953cbd095c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.12.txt | 14 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/1.5.12.txt b/docs/releases/1.5.12.txt new file mode 100644 index 0000000000..a1107bedfa --- /dev/null +++ b/docs/releases/1.5.12.txt @@ -0,0 +1,14 @@ +=========================== +Django 1.5.12 release notes +=========================== + +*Under development* + +Django 1.5.12 fixes a regression in the 1.5.9 security release. + +Bugfixes +======== + +* Fixed a regression with dynamically generated inlines and allowed field + references in the admin + (`#23754 <http://code.djangoproject.com/ticket/23754>`_). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index cc55eb7385..df555e16cc 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.5.12 1.5.11 1.5.10 1.5.9 |
