This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
bulk_create
History
acrefoot
04240b2365
Refs
#19527
-- Allowed QuerySet.bulk_create() to set the primary key of its objects.
...
PostgreSQL support only. Thanks Vladislav Manchev and alesasnouski for working on the patch.
2016-03-02 14:29:09 -05:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#22705
-- Fixed QuerySet.bulk_create() on models without any fields on Oracle.
2015-10-09 14:16:06 -04:00
tests.py
Refs
#19527
-- Allowed QuerySet.bulk_create() to set the primary key of its objects.
2016-03-02 14:29:09 -05:00