1
0
mirror of https://github.com/django/django.git synced 2025-03-16 20:30:45 +00:00
django/docs/releases/1.6.9.txt

17 lines
428 B
Plaintext
Raw Normal View History

==========================
Django 1.6.9 release notes
==========================
*Under development*
Django 1.6.9 fixes a regression in the 1.6.6 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 (:ticket:`23754`).