From 3a42d9730cbb07ffbb983791e631f5d0a6746f68 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 1 Dec 2014 11:13:01 +0100 Subject: [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. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3