1
0
mirror of https://github.com/django/django.git synced 2025-03-26 09:10:50 +00:00

Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dc

This commit is contained in:
Luke Plant 2014-11-26 08:22:04 +00:00
parent c335c0fee9
commit 8b15018fd5

View File

@ -86,3 +86,6 @@ Bugfixes
* Fixed a regression with dynamically generated inlines and allowed field
references in the admin (:ticket:`23754`).
* Fixed an infinite loop bug for certain cyclic migration dependencies, and made
the error message for cyclic dependencies much more helpful.