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-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
edbf6de7536f7a6c1e5df019a5e1947d2c9dadf8
django
/
django
/
db
History
Markus Holtermann
edbf6de753
[1.8.x] Revert "Fixed
#24075
-- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"
...
This reverts commit
737d24923a
. Backport of
2832a9b028
from master
2015-02-07 20:35:20 +01:00
..
backends
[1.8.x] Fixed E265 comment style
2015-02-06 09:35:08 -05:00
migrations
[1.8.x] Revert "Fixed
#24075
-- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"
2015-02-07 20:35:20 +01:00
models
[1.8.x] Added UUIDField.deconstruct()
2015-02-05 19:15:37 -05:00
__init__.py
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
transaction.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00
utils.py
Fixed
#22583
-- Allowed RunPython and RunSQL to provide hints to the db router.
2015-01-10 00:30:48 +07:00