summaryrefslogtreecommitdiff
path: root/tests/select_for_update/tests.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-04-07Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_...Simon Charette
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-12-21Removed unnecessary commas in tests.Mariusz Felisiak
2022-04-18Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak
2022-04-14Made select_for_update() don't raise TransactionManagementError on databases ...Mariusz Felisiak
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-03Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...Hannes Ljungberg
2020-08-11Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).Daniel Hillier
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-02-11Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa
2019-12-02Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak
2019-04-29Fixed Python PendingDeprecationWarning in select_for_update.tests.Jon Dufresne
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2017-12-26Fixed #28944 -- Fixed crash when chaining values()/values_list() after QueryS...Ran Benita
2017-10-28Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita
2017-08-16Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-04-11Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita
2017-04-10Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().Mariusz Felisiak
2017-04-07Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...Mariusz Felisiak
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-04Fixed #27193 -- Preserved ordering in select_for_update subqueries.François Freitag
2016-09-09Fixed #27062 -- Eased implementing select_for_update() on MSSQL.Mikhail Denisenko
2016-08-08Refs #22343 -- Corrected a test for missing select_for_update(nowait=True) su...Simon Charette
2016-08-08Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette
2016-08-05Used CaptureQueriesContext in select_for_update tests.Simon Charette
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-28Removed threading fallback imports.Tim Graham
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-08-05Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...Shai Berger
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-24Isolated select_for_update tests a bit more.Florian Apolloner
2013-08-06Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham