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-04-24 09:14:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Loic Bistuer
bc9be72bdc
Fixed transaction handling for a number of operations on related objects.
...
Thanks Anssi and Aymeric for the reviews. Refs
#21174
.
2014-03-30 12:13:00 +07:00
..
backends
Add a useful stacklevel to some RemovedInDjango19Warnings
2014-03-27 15:44:52 +13:00
migrations
Fixed
#22331
-- Made MigrationAutodetector ignore unmanaged models.
2014-03-25 18:30:58 -04:00
models
Fixed transaction handling for a number of operations on related objects.
2014-03-30 12:13:00 +07:00
__init__.py
Removed unused imports.
2014-03-21 20:18:19 -04:00
transaction.py
Fixed
#22291
-- Avoided shadowing deadlock exceptions on MySQL.
2014-03-23 20:45:22 +01:00
utils.py
Removed deprecated TRANSACTIONS_MANAGED setting.
2014-03-21 21:34:47 +01:00