summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-06-20 14:32:11 +0200
committerClaude Paroz <claude@2xlibre.net>2014-12-18 21:14:29 +0100
commitf46a16614d0a8339362ed7a48eef8f1914f96c85 (patch)
treefb6265d9b9b94de0254cd679d5de41ce82c7eb24 /docs
parent2f13a48f333ff6f4bf1fd6c22c082cd0e9120ed8 (diff)
[1.7.x] Fixed #24015 -- Factorized create_index_sql expression
Backport of 6072f17d0 from master, with one test reinforced. Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 47a56084d0..fc7bb98349 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -155,3 +155,6 @@ Bugfixes
* Ensured the app registry is fully populated when unpickling models. When an
external script (like a queueing infrastructure) reloads pickled models, it
could crash with an ``AppRegistryNotReady`` exception (:ticket:`24007`).
+
+* Added quoting to field indexes in the SQL generated by migrations to prevent
+ a crash when the index name requires it (:ticket:`#24015`).