mirror of
https://github.com/django/django.git
synced 2025-02-02 21:59:53 +00:00
d3cf75ec6f
Thanks Marc Tamlyn for the report and Tim Graham for the review.
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
===========================
|
||
Django 1.11.1 release notes
|
||
===========================
|
||
|
||
*Under development*
|
||
|
||
Django 1.11.1 fixes several bugs in 1.11.
|
||
|
||
Bugfixes
|
||
========
|
||
|
||
* Made migrations respect ``Index``’s ``name`` argument. If you created a
|
||
named index with Django 1.11, ``makemigrations`` will create a migration to
|
||
recreate the index with the correct name (:ticket:`28051`).
|