1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz
2016-09-19 09:58:58 +02:00
parent 8e2ac3bcaf
commit 92323d54fd
3 changed files with 55 additions and 2 deletions

View File

@@ -141,6 +141,8 @@ Minor features
``https://cdnjs.cloudflare.com`` which is more suitable for production use
than the the old ``http://openlayers.org`` source.
* PostGIS migrations can now change field dimensions.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~