This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-27 15:46:10 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
f633ba778d302c12f4295714a78fa20dff98b39f
django
/
django
/
db
/
migrations
/
operations
History
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
Fixed
#22470
: Full migration support for order_with_respect_to
2014-06-15 14:56:51 -07:00
base.py
Fixed
#23275
: Unmanaged models kept by autodetector, ignored by ops
2014-08-12 12:49:20 -07:00
fields.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
models.py
Fixed
#23452
-- Prevented infinite migrations for empty unique/index_together.
2014-09-10 07:54:16 -04:00
special.py
Fixed
#23426
-- Allowed parameters in migrations.RunSQL
2014-10-02 11:52:40 -04:00