diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-01 11:13:01 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-01 20:26:40 +0100 |
| commit | e11c6fd2184a9e7b23c777e5824f9ded6221d905 (patch) | |
| tree | 0494f46f0dedec95f0deb08044452c4fa348b8f5 /docs | |
| parent | 777b4c26e343d07764a35132462e92c07e4b0aec (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.txt | 3 |
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`). |
