mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #23594 -- Fixed deepcopy on ErrorList.
Thanks Troy Grosfield for the report and Tim Graham for the tests.
This commit is contained in:
parent
1edaa55201
commit
ec2fd02bb3
3 changed files with 34 additions and 0 deletions
|
|
@ -89,3 +89,5 @@ Bugfixes
|
|||
|
||||
* Fixed ``MigrationWriter`` to handle builtin types without imports
|
||||
(:ticket:`23560`).
|
||||
|
||||
* Fixed ``deepcopy`` on ``ErrorList`` (:ticket:`23594`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue