summaryrefslogtreecommitdiff
path: root/tests/delete_regress
AgeCommit message (Expand)Author
2024-02-08Fixed #35073 -- Avoided unnecessary calling of callables used by SET/SET_DEFA...bcail
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-07-07Refs #32433 -- Reallowed calling QuerySet.delete() after distinct().Simon Charette
2023-05-01Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...4the4ryushin
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-08-27Fixed #33928 -- Avoided unnecessary queries when cascade updating.Simon Charette
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-04-27Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-referenti...Mariusz Felisiak
2021-02-11Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas
2021-02-11Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_distinct...Egidijus Macijauskas
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-01-13Fixed #29016 -- Fixed incorrect foreign key nullification on related instance...Étienne Loks
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-22Fixed #22308 -- Regression from 0f956085.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-08Removed some more unused local varsAlex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner