Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/bulk_create
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-092-2/+10
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex 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 Djan...Berker Peksag2014-11-031-2/+2
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-4/+4
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_prima...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-031-0/+5
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-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