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 01:04:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Sjoerd Job Postmus
2f18cbc313
[1.10.x]
Fixed
#27026
-- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
...
Backport of 3246d2b4bb981a8d782a349a99e9b89206028cee from master
2016-08-06 10:25:29 -04:00
..
backends
[1.10.x]
Fixed
#26991
-- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NULL doesn't return a result.
2016-08-02 10:52:49 -04:00
migrations
[1.10.x]
Fixed
#27004
-- Made migrations consistency check ignore unapplied squashed migrations.
2016-08-05 18:11:38 -04:00
models
[1.10.x]
Fixed
#27026
-- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
2016-08-06 10:25:29 -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