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
1 changed files with 2 additions and 0 deletions

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`).