1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
Files
django/docs/releases/1.5.12.txt
Tim Graham 22d3048676 [1.6.x] Added dates to release notes.
Backport of 15cd71ed24 from master
2015-01-02 19:20:59 -05:00

15 lines
348 B
Plaintext

===========================
Django 1.5.12 release notes
===========================
*January 2, 2015*
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>`_).