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-26 23:26:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
dfae72f45a74b8fe3a08fe0a48c11bfeb9b9efda
django
/
django
/
db
History
Simon Charette
dfae72f45a
[1.10.x]
Fixed
#26647
-- Included the state of all applied migrations when migrating forward.
...
Thanks Jasper Maes for the detailed report. Backport of
36d36818a3
from master
2016-05-26 13:32:02 -04:00
..
backends
Fixed
#26627
-- Fixed on_commit callbacks execution order when callbacks make transactions.
2016-05-18 09:09:48 -04:00
migrations
[1.10.x]
Fixed
#26647
-- Included the state of all applied migrations when migrating forward.
2016-05-26 13:32:02 -04:00
models
Fixed
#26421
-- Refactored ModelSignal to use Apps.lazy_model_operation()
2016-05-19 21:33:36 -04:00
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
transaction.py
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
utils.py
Fixed
#25761
-- Added __cause__.__traceback__ to reraised exceptions.
2015-12-03 16:31:50 -05:00