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-30 09:06:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
f2b8fa1763116a9b8fbe7791a4b009c95cf8c0b1
django
/
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