diff options
| author | Kai Richard Koenig <kai.richard.koenig@googlemail.com> | 2015-07-01 09:21:17 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-22 08:50:19 -0400 |
| commit | 181528726ed2e3f1457e13872c777d0447cc52b8 (patch) | |
| tree | 0322028560245ec12d227280ab319ef5f09a2e62 /docs | |
| parent | 0e3a8c22dfbbe06a9a81afb2593255293efdc87e (diff) | |
[1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKey
Backport of 60f795c0608119cdb02d61d3eb59f34ebdb55754 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index df7783f4df..d1e75d97d6 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -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`). |
