summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-04-03 18:42:44 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2015-04-21 12:06:11 +0200
commit0cacb8f8ba94b06a78dcdfa22dc406a8a20a7f88 (patch)
treee83617279600d789bf791ebdbb9b9d8a6b55a5cd /docs
parent697317f3340b1d1f40586262098ad4dbae9aebaf (diff)
[1.8.x] Fixed #24573 -- Considered new related models for reloading
Thanks tttomekkk for the report. Backport of b93690c4652a108b4305c0df34509bfc267fd927 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index b226b0928c..54382d5c33 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -63,6 +63,9 @@ Bugfixes
* Fixed JavaScript path of ``contrib.admin``’s related field widget when using
alternate static file storages (:ticket:`24655`).
+* Fixed a migration crash when adding new relations to models
+ (:ticket:`24573`).
+
Optimizations
=============