summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-31 09:04:46 -0400
committerTim Graham <timograham@gmail.com>2014-10-31 18:37:52 -0400
commitd6d55368d45ca05c4c08c4981f9dba5c9b2bd72e (patch)
tree1d7ebb93715ffc1557cb64bee5bb20778823610d /docs
parent934a16dc93a5f46f965ba299dbd543703d32d493 (diff)
Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on PostGIS.
Thanks raratiru for the report and Claude Paroz for 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 d5fe622278..7b455db62e 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -40,3 +40,6 @@ Bugfixes
* Fixed a migration crash that prevented changing a nullable field with a
default to non-nullable with the same default (:ticket:`23738`).
+
+* Fixed a migrations crash when adding ``GeometryField``\s with ``blank=True``
+ on PostGIS (:ticket:`23731`).