1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default value

Thanks to Andrey Antukh for the report.

Backport of 715ccfde24 from master
This commit is contained in:
Markus Holtermann
2014-10-31 14:08:24 +01:00
committed by Tim Graham
parent 12bace46c1
commit 40ad022d5e
4 changed files with 38 additions and 2 deletions

View File

@@ -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`).