This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
61f61a2b0c
django1
/
django
/
db
History
Tim Graham
f2b8fa1763
[1.11.x]
Fixed
#28210
-- Fixed Model._state.adding on MTI parent model after saving child model.
...
Regression in
38575b007a
. Backport of
59ab1b2683
from master
2017-05-19 21:09:42 -04:00
..
backends
[1.11.x]
Fixed
#28197
-- Fixed introspection of index field ordering on PostgreSQL.
2017-05-15 08:59:02 -04:00
migrations
[1.11.x]
Fixed
#28043
-- Prevented AddIndex and RemoveIndex from mutating model state.
2017-05-01 10:08:50 -04:00
models
[1.11.x]
Fixed
#28210
-- Fixed Model._state.adding on MTI parent model after saving child model.
2017-05-19 21:09:42 -04:00
__init__.py
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00
transaction.py
[1.11.x] Fix a typo in django/db/transaction.py
2017-04-19 12:59:46 -04:00
utils.py
Fixed
#25761
-- Added __cause__.__traceback__ to reraised exceptions.
2015-12-03 16:31:50 -05:00