summaryrefslogtreecommitdiff
path: root/tests/select_for_update
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Removed unnecessary commas in tests.Mariusz Felisiak2022-12-211-2/+2
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak2022-04-181-3/+3
* Made select_for_update() don't raise TransactionManagementError on databases ...Mariusz Felisiak2022-04-141-2/+2
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-8/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-160/+221
* Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...Hannes Ljungberg2021-11-031-0/+8
* Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).Daniel Hillier2020-08-112-1/+45
* Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman2020-05-211-0/+22
* Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa2020-02-112-7/+47
* Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak2019-12-022-1/+70
* Fixed Python PendingDeprecationWarning in select_for_update.tests.Jon Dufresne2019-04-291-1/+1
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-4/+3
* Fixed #28944 -- Fixed crash when chaining values()/values_list() after QueryS...Ran Benita2017-12-261-0/+22
* Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita2017-10-282-3/+22
* Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak2017-08-161-1/+5
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+4
* Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita2017-06-292-3/+94
* Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita2017-04-111-4/+4
* Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().Mariusz Felisiak2017-04-101-2/+2
* Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...Mariusz Felisiak2017-04-071-1/+16
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-10/+9
* Fixed #27193 -- Preserved ordering in select_for_update subqueries.François Freitag2016-10-041-0/+9
* Fixed #27062 -- Eased implementing select_for_update() on MSSQL.Mikhail Denisenko2016-09-091-2/+12
* Refs #22343 -- Corrected a test for missing select_for_update(nowait=True) su...Simon Charette2016-08-081-5/+5
* Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette2016-08-081-9/+51
* Used CaptureQueriesContext in select_for_update tests.Simon Charette2016-08-051-11/+8
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-5/+2
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-5/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Removed threading fallback imports.Tim Graham2015-01-281-12/+1
* Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr2014-12-011-10/+7
* Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...Shai Berger2014-08-051-0/+6
* Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger2014-04-101-2/+24
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-34/+13
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-6/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Isolated select_for_update tests a bit more.Florian Apolloner2013-09-241-1/+1
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu2013-08-061-1/+13
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-14/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1