mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default value
Thanks to Andrey Antukh for the report.
This commit is contained in:
parent
ed2f96819c
commit
715ccfde24
4 changed files with 38 additions and 2 deletions
|
@ -37,3 +37,6 @@ Bugfixes
|
|||
|
||||
* Added support for transactional spatial metadata initialization on
|
||||
SpatiaLite 4.1+ (:ticket:`23152`).
|
||||
|
||||
* Fixed a migration crash that prevented changing a nullable field with a
|
||||
default to non-nullable with the same default (:ticket:`23738`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue