summaryrefslogtreecommitdiff
path: root/tests/get_or_create
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Refs #29499 -- Skipped QuerySet.update_or_create() test that fails o...Tim Graham2018-08-031-0/+2
* [1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-022-1/+59
* [1.11.x] Fixed #28222 -- Allowed settable properties in QuerySet.update_or_cr...Alex2017-05-272-0/+30
* Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().François Freitag2016-10-041-0/+12
* Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov2016-09-271-1/+2
* Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...François Freitag2016-09-241-1/+26
* Fixed #26933 -- Fixed flaky update_or_create() test from refs #26804.Jensen Cochran2016-07-281-5/+18
* Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().Jensen Cochran2016-07-141-2/+51
* Fixed #26884 -- Evaluated callables in QuerySet.update_or_create()'s defaults...Kenneth2016-07-121-1/+13
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-6/+3
* Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...Will Koster2016-06-031-0/+26
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-15/+10
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+7
* Refs #22728 - Added missing tests for defaults__exact caseAndriy Sokolovskiy2015-06-052-0/+45
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-8/+6
* Fixed misplaced test case.Loic Bistuer2014-10-081-59/+59
* Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer2014-10-081-1/+52
* Consolidated get_or_create tests.Aymeric Augustin2014-04-212-9/+75
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-9/+8
* Refs #18586 - Refactored model get_or_create test.Liav Koren2014-04-141-27/+66
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+6
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Translated a test to English for consistency.Aymeric Augustin2013-09-221-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+2
* Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora2013-07-121-0/+65
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham2013-05-272-1/+14
* Fixed get_or_create...test_savepoint_rollback test for Python3Shai Berger2013-05-261-1/+1
* Fix get_or_create test failure under OracleShai Berger2013-05-261-1/+2
* Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-221-1/+19
* Lower the max length for a test field so that it works on MySQL.Alex Gaynor2013-05-191-1/+1
* Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...Pablo Recio2013-05-192-1/+35
* Tested that get_or_create raises IntegrityError.Aymeric Augustin2013-04-282-2/+19
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+92