| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-29 | Refs #26022 -- Used context manager version of assertRaises in tests. | Hasan | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-05 | Refs #22728 - Added missing tests for defaults__exact case | Andriy Sokolovskiy | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-12-30 | Applied ignore_warnings to Django tests | Claude Paroz | |
| 2014-10-08 | Fixed misplaced test case. | Loic Bistuer | |
| 2014-10-08 | Fixed #23611 -- update_or_create failing from a related manager | Loic Bistuer | |
| Added update_or_create to RelatedManager, ManyRelatedManager and GenericRelatedObjectManager. Added missing get_or_create to GenericRelatedObjectManager. | |||
| 2014-04-21 | Consolidated get_or_create tests. | Aymeric Augustin | |
| 2014-04-16 | Fixed flake8 warnings introduced in recent commits. | Simon Charette | |
| 2014-04-14 | Refs #18586 - Refactored model get_or_create test. | Liav Koren | |
| Refactored get_or_create test into several smaller test functions across two different test classes. Also converted the comments over to docstrings. | |||
| 2013-12-10 | Fixed E124 pep8 warnings. | Loic Bistuer | |
| 2013-10-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-09-22 | Translated a test to English for consistency. | Aymeric Augustin | |
| Also fixed a typo. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-07-12 | Fixed #20429 -- Added QuerySet.update_or_create | Karol Sikora | |
| Thanks tunixman for the suggestion and Loic Bistuer for the review. | |||
| 2013-06-10 | Defined available_apps in relevant tests. | Aymeric Augustin | |
| Fixed #20483. | |||
| 2013-05-27 | Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create | Tim Graham | |
| Thanks wilfred@, poirier, and charettes for work on the patch. | |||
| 2013-05-26 | Fixed get_or_create...test_savepoint_rollback test for Python3 | Shai Berger | |
| The test was always skipped on Python3 because string literals are unicode | |||
| 2013-05-26 | Fix get_or_create test failure under Oracle | Shai Berger | |
| Test expected that when given invalid utf-8, the backend should raise a DatabaseError, but the Oracle backend raises a UnicodeDecodeError. | |||
| 2013-05-22 | Fixed #20463 -- Made get_or_create more robust. | Aymeric Augustin | |
| When an exception other than IntegrityError was raised, get_or_create could fail and leave the database connection in an unusable state. Thanks UloPe for the report. | |||
| 2013-05-19 | Lower the max length for a test field so that it works on MySQL. | Alex Gaynor | |
| 2013-05-19 | Fixes #18896. Add tests verifying that you can get IntegrityErrors using ↵ | Pablo Recio | |
| get_or_create through relations like M2M, and it also adds a note into the documentation warning about it | |||
| 2013-04-28 | Tested that get_or_create raises IntegrityError. | Aymeric Augustin | |
| It used to raise "DatabaseError: no such savepoint" with the old transaction management. Closes #15117. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
