summaryrefslogtreecommitdiff
path: root/tests/bulk_create/models.py
AgeCommit message (Expand)Author
2022-11-22Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in uniq...DevilsAutumn
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-19Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2020-02-28Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2017-02-24Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text.Mariusz Felisiak
2017-02-13Refs #22669 -- Fixed bulk_create test if Pillow isn't installed.Vytis Banaitis
2017-02-09Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov
2015-10-09Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...Tim Graham
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2013-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner