diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-31 09:04:46 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-31 18:38:46 -0400 |
| commit | 17205a98ed0e4fb2a4ce9137508ee65efc448c07 (patch) | |
| tree | 2ac96898c0157b329cdb94aba179fcca3d9053fd /docs | |
| parent | e876c7f1ee4e0f071f7920b729829a3373ce2a9b (diff) | |
[1.7.x] Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on PostGIS.
Thanks raratiru for the report and Claude Paroz for review.
Backport of d6d55368d4 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 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`). |
