mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
f9c4e14aec
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.
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
===========================
|
|
Django 1.4.17 release notes
|
|
===========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.4.17 fixes a regression in the 1.4.14 security release.
|
|
|
|
Additionally, Django's vendored version of six, :mod:`django.utils.six`, has
|
|
been upgraded to the latest release (1.8.0).
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression with dynamically generated inlines and allowed field
|
|
references in the admin
|
|
(`#23754 <http://code.djangoproject.com/ticket/23754>`_).
|