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-03-31 11:37:06 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Carl Meyer
03e8c18288
[1.7.x]
Fixed
#23410
-- Avoided unnecessary rollbacks in related apps when migrating backwards.
...
Backport of ab2819aa7b09d36d9ff24830a9825aa52b87fdb4 from master.
2014-11-19 16:15:05 -07:00
..
backends
[1.7.x]
Fixed
#23761
-- Fixed crash with MySQL validator and db_type is None.
2014-11-13 11:03:01 +01:00
migrations
[1.7.x]
Fixed
#23410
-- Avoided unnecessary rollbacks in related apps when migrating backwards.
2014-11-19 16:15:05 -07:00
models
[1.7.x]
Fixed
#21794
-- Removed deprecation warning for abstract models outside an app.
2014-11-19 15:56:25 -07:00
__init__.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
transaction.py
[1.7.x] Improved a comment. Thanks intgr for the report.
2014-04-11 23:03:25 +02:00
utils.py
[1.7.x]
Fixed
#22811
-- Allowed setting both the old and new TEST database settings.
2014-06-12 13:28:16 -04:00