mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #24163 -- Removed unique constraint after index on MySQL
Thanks Łukasz Harasimowicz for the report.
This commit is contained in:
parent
8e435a5640
commit
5792e6a88c
4 changed files with 128 additions and 15 deletions
|
|
@ -14,3 +14,6 @@ Bugfixes
|
|||
|
||||
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
|
||||
tables (:ticket:`24135`).
|
||||
|
||||
* Fixed a migration crash on MySQL when migrating from a ``OneToOneField`` to a
|
||||
``ForeignKey`` (:ticket:`24163`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue