summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bulk_create
AgeCommit message (Expand)Author
2012-11-24[1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objsAnssi Kääriäinen
2012-11-24[1.5.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-10-10Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insertMichael Manfre
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-04-24Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...Anssi Kääriäinen
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-10Ensure bulk_create returns the right value if the argument is an empty list.Alex Gaynor
2011-09-10Ensure bulk_create returns what it is supposed to.Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor