summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-01 11:13:01 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-01 20:26:40 +0100
commite11c6fd2184a9e7b23c777e5824f9ded6221d905 (patch)
tree0494f46f0dedec95f0deb08044452c4fa348b8f5 /docs
parent777b4c26e343d07764a35132462e92c07e4b0aec (diff)
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Thanks James Rivett-Carnac for the report and Markus Holtermann 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 9ed58bb217..c01dca9f58 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -91,3 +91,6 @@ Bugfixes
the error message for cyclic dependencies much more helpful.
* Added missing ``index_together`` handling for SQLite (:ticket:`23880`).
+
+* Fixed a crash when ``RunSQL`` SQL content was collected by the schema editor,
+ typically when using ``sqlmigrate`` (:ticket:`23909`).