mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with opclasses and ordering.
This commit is contained in:
parent
2a54ce72f9
commit
fa5f3291e7
4 changed files with 38 additions and 5 deletions
|
@ -17,3 +17,7 @@ Bugfixes
|
|||
* Prevented :option:`migrate --plan` from showing that ``RunPython`` operations
|
||||
are irreversible when ``reverse_code`` callables don't have docstrings or
|
||||
when showing a forward migration plan (:ticket:`30870`).
|
||||
|
||||
* Fixed migrations crash on PostgreSQL when adding an
|
||||
:class:`~django.db.models.Index` with fields ordering and
|
||||
:attr:`~.Index.opclasses` (:ticket:`30903`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue