mirror of
https://github.com/django/django.git
synced 2025-07-23 21:25:40 +00:00
Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.
Thanks fwkroon for the report.
This commit is contained in:
parent
ef8ef2a42d
commit
6d5958c7a3
4 changed files with 62 additions and 14 deletions
|
@ -31,3 +31,6 @@ Bugfixes
|
|||
``'auth.User'`` model (:ticket:`11775`). As a side effect, the setting now
|
||||
adds a ``get_absolute_url()`` method to any model that appears in
|
||||
``ABSOLUTE_URL_OVERRIDES`` but doesn't define ``get_absolute_url()``.
|
||||
|
||||
* Empty ``index_together`` or ``unique_together`` model options no longer
|
||||
results in infinite migrations (:ticket:`23452`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue