mirror of
https://github.com/django/django.git
synced 2025-11-17 10:43:25 +00:00
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
This commit is contained in:
parent
9d1a69579b
commit
dee4d23f7e
3 changed files with 28 additions and 14 deletions
|
|
@ -101,3 +101,6 @@ Bugfixes
|
|||
|
||||
* Fixed ``runserver`` crash when socket error message contained Unicode
|
||||
characters (:ticket:`23946`).
|
||||
|
||||
* Fixed serialization of ``type`` when adding a ``deconstruct()`` method
|
||||
(:ticket:`23950`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue