1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Forwardported release note for refs #25040.

This commit is contained in:
Tim Graham 2015-08-22 08:50:49 -04:00
parent 97ac77e544
commit 26dcf739ea

View File

@ -11,3 +11,5 @@ Bugfixes
* Fixed ``AssertionError`` in some delete queries with a model containing a
field that is both a foreign and primary key (:ticket:`24951`).
* Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`).