summaryrefslogtreecommitdiff
path: root/tests/bulk_create
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.Mariusz Felisiak2023-05-111-1/+14
* Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in uniq...DevilsAutumn2022-11-222-0/+37
* Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields.Mariusz Felisiak2022-11-221-0/+33
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-5/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-254/+377
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+2
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-192-7/+306
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-0/+5
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...Hannes Ljungberg2020-10-261-0/+26
* Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak2020-07-201-1/+2
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-282-4/+21
* Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().Adam Johnson2020-02-101-1/+1
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+1
* Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect Databas...Ahmet Kucuk2019-10-211-0/+9
* Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...Ahmet Kucuk2019-10-011-0/+10
* Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe2019-01-301-3/+3
* 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