Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/get_or_create
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-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 m...Loic Bistuer2014-10-071-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-151-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.ge...Tim Graham2013-05-272-1/+14
* Fixed get_or_create...test_savepoint_rollback test for Py...Shai 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...Alex Gaynor2013-05-191-1/+1
* Fixes #18896. Add tests verifying that you can get Integr...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