summaryrefslogtreecommitdiff
path: root/tests/bulk_create
Commit message (Expand)AuthorAgeFilesLines
* Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot2016-03-021-0/+19
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...Tim Graham2015-10-092-2/+10
* Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill2015-09-221-0/+11
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-022-14/+51
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-4/+4
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok2014-02-061-2/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-4/+4
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-171-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+192