Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.

This commit is contained in:
Tim Graham 2014-10-28 08:10:45 -04:00
parent c9178ef17a
commit 03bd79ed21
2 changed files with 10 additions and 0 deletions

View file

@ -24,3 +24,6 @@ Bugfixes
* Fixed a :djadmin:`makemessages` regression in 1.7.1 when
:setting:`STATIC_ROOT` has the default ``None`` value (:ticket:`23717`).
* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations
(:ticket:`23719`).