summaryrefslogtreecommitdiff
path: root/tests/bulk_create/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in uniq...DevilsAutumn2022-11-221-0/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+29
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-191-0/+21
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-281-0/+11
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+1
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+2
* Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text.Mariusz Felisiak2017-02-241-0/+1
* 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-091-0/+34
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...Tim Graham2015-10-091-0/+4
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-021-0/+19
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+25