This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
02dda22832
django
/
tests
/
regressiontests
/
bulk_create
History
Michael Manfre
32ac067a6d
Fixed
#18927
-- Fixed bulk_create tests when no has_bulk_insert
2012-10-10 01:39:43 +03:00
..
__init__.py
Fixed
#7596
. Added Model.objects.bulk_create, and make use of it in several places. This provides a performance benefit when inserting multiple objects. THanks to Russ for the review, and Simon Meers for the MySQl implementation.
2011-09-09 19:22:28 +00:00
models.py
Fixed
#17788
-- Added batch_size argument to qs.bulk_create()
2012-07-17 15:24:41 +03:00
tests.py
Fixed
#18927
-- Fixed bulk_create tests when no has_bulk_insert
2012-10-10 01:39:43 +03:00