index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
get_or_create
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-15
Refs #29499 -- Fixed race condition in update_or_create() test.
Simon Charette
2024-02-21
Removed obsolete test_get_or_create_raises_IntegrityError_plus_traceback() test.
Mariusz Felisiak
2023-02-14
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-10-29
Corrected test_update_or_create_with_model_property_defaults test.
Msvstl
2022-09-30
Fixed #32095 -- Made QuerySet.update_or_create() save only fields passed in d...
sarahboyce
2022-09-27
Added tests for QuerySet.update_or_create() with multi-table inheritance.
sarahboyce
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-08-02
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
Michael Sanders
2018-07-16
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...
Viktor Danyliuk
2018-02-15
Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manual...
Tim Graham
2017-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-05-01
Refs #27795 -- Reworked get_or_create test erroneously mixing bytes and str.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-04
Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().
François Freitag
2016-09-27
Fixed #27271 -- Fixed a crash in runserver logging.
Sergey Fursov
2016-09-24
Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...
François Freitag
2016-07-28
Fixed #26933 -- Fixed flaky update_or_create() test from refs #26804.
Jensen Cochran
2016-07-14
Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().
Jensen Cochran
2016-07-12
Fixed #26884 -- Evaluated callables in QuerySet.update_or_create()'s defaults...
Kenneth
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-03
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...
Will Koster
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 ForeignKey...
Flavio Curella
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
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
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
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-26
Fixed get_or_create...test_savepoint_rollback test for Python3
Shai Berger
2013-05-26
Fix get_or_create test failure under Oracle
Shai Berger
2013-05-22
Fixed #20463 -- Made get_or_create more robust.
Aymeric Augustin
2013-05-19
Lower the max length for a test field so that it works on MySQL.
Alex Gaynor
[next]