mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #23892 -- Made deconstructible classes forwards compatible
This commit is contained in:
parent
a9cced7aec
commit
f36151ed16
9 changed files with 29 additions and 22 deletions
|
@ -77,3 +77,7 @@ Bugfixes
|
|||
|
||||
* Fixed a crash in migrations when deleting a field that is part of a
|
||||
``index/unique_together`` constraint (:ticket:`23794`).
|
||||
|
||||
* Made the initializers of deconstructible classes, such as migration
|
||||
operations and validators, accept kwargs for forwards compatibility
|
||||
(:ticket:`23892`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue