1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/docs/releases/1.5.10.txt
Simon Charette 3cbb7590cb Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Thanks to Trac alias Markush2010 and ross for the detailed reports.
2014-08-27 21:26:53 -04:00

14 lines
314 B
Plaintext

===========================
Django 1.5.10 release notes
===========================
*Under development*
Django 1.5.10 fixes a regression in the 1.5.9 security release.
Bugfixes
========
* Allowed inherited and m2m fields to be referenced in the admin
(`#22486 <http://code.djangoproject.com/ticket/23329>`_)