index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
bulk_create
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-11-24
Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
Anssi Kääriäinen
2012-11-24
Fixed SQLite's collapsing of same-valued instances in bulk_create
Anssi Kääriäinen
2012-10-10
Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insert
Michael Manfre
2012-07-17
Fixed #17788 -- Added batch_size argument to qs.bulk_create()
Anssi Kääriäinen
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-10
Ensure bulk_create returns the right value if the argument is an empty list.
Alex Gaynor
2011-09-10
Ensure bulk_create returns what it is supposed to.
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor