This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-03 10:34:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
685edab9da
django
/
tests
/
schema
History
Download ZIP
Download TAR.GZ
Markus Holtermann
f633ba778d
Fixed
#23609
-- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows
...
Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review.
2014-10-09 21:32:06 +07:00
..
__init__.py
Merge branch 'master' into schema-alteration
2013-04-18 17:16:39 +01:00
models.py
Fixed
#23264
: Schema backends honour db_constraint
2014-08-09 17:50:00 +10:00
tests.py
Fixed
#23609
-- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows
2014-10-09 21:32:06 +07:00