Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/bulk_create
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models ↵Tim Graham2015-10-092-2/+10
| | | | | | | | without any fields on Oracle. Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01. Thanks Mariusz Felisiak for the solution.
* Fixed #24509 -- Added Expression support to ↵Alex Hill2015-09-221-0/+11
| | | | SQLInsertCompiler
* 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 ↵Berker Peksag2014-11-031-2/+2
| | | | Django test suite.
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-4/+4
| | | | | | | Prevented unlimited memory consumption when running background tasks with DEBUG=True. Thanks Rob, Alex, Baptiste, and others.
* Fixed #17713 -- Renamed ↵Vajrasky Kok2014-02-061-2/+1
| | | | | | | | | BaseDatabaseFeatures.allows_primary_key_0 to allows_auto_pk_0. MySQL does allow primary key with value 0. It only forbids autoincrement primary key with value 0. Thanks Claude Paroz for the report.
* 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-031-0/+5
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-4/+4
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+192