summaryrefslogtreecommitdiff
path: root/tests/bulk_create/models.py
AgeCommit message (Collapse)Author
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any ↵Tim Graham
fields on Oracle. Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01. Thanks Mariusz Felisiak for the solution. Backport of 7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c from master
2015-07-02Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner