summaryrefslogtreecommitdiff
path: root/tests/bulk_create
Commit message (Expand)AuthorAgeFilesLines
* Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope2018-12-221-1/+1
* Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom2018-08-031-1/+35
* Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha2018-04-271-0/+9
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+2
* Removed unused query log clearing in bulk_create tests.Tim Graham2018-01-121-10/+7
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text.Mariusz Felisiak2017-02-242-0/+11
* Refs #22669 -- Fixed bulk_create test if Pillow isn't installed.Vytis Banaitis2017-02-131-2/+7
* Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov2017-02-092-3/+51
* Removed unused variables that are overwritten.Mads Jensen2017-01-251-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...David Barragán Merino2016-10-251-4/+11
* Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_re...Sjoerd Job Postmus2016-08-061-0/+10
* 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