mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.
This commit is contained in:
parent
c9178ef17a
commit
03bd79ed21
2 changed files with 10 additions and 0 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue