1
0
mirror of https://github.com/django/django.git synced 2025-03-16 04:10:45 +00:00
django/docs/releases/1.5.11.txt
Tim Graham 0f9b4b5a90 [1.7.x] Added release dates to release notes.
Backport of 9dc782b631 from master
2014-10-22 12:24:13 -04:00

17 lines
441 B
Plaintext

===========================
Django 1.5.11 release notes
===========================
*October 22, 2014*
Django 1.5.11 fixes a couple regressions in the 1.5.9 security release.
Bugfixes
========
* Allowed related many-to-many fields to be referenced in the admin
(`#23604 <http://code.djangoproject.com/ticket/23604>`_).
* Allowed inline and hidden references to admin fields
(`#23431 <http://code.djangoproject.com/ticket/23431>`_).