diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-01 11:13:01 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-02 09:02:54 +0100 |
| commit | 3a42d9730cbb07ffbb983791e631f5d0a6746f68 (patch) | |
| tree | 79d5d29198c335f398fb1c17a634ce04ea992700 /docs | |
| parent | bc5bb3e1a0fd8e4641eafa263e6e5871198fbff4 (diff) | |
[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Thanks James Rivett-Carnac for the report and Markus Holtermann
for the review.
Backport of e11c6fd21 from master.
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`). |
