summaryrefslogtreecommitdiff
path: root/tests/delete_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...4the4ryushin2023-05-011-8/+13
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-2/+0
* Fixed #33928 -- Avoided unnecessary queries when cascade updating.Simon Charette2022-08-272-0/+22
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-67/+90
* Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-referenti...Mariusz Felisiak2021-04-272-0/+15
* Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas2021-02-111-1/+12
* Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_distinct...Egidijus Macijauskas2021-02-111-14/+0
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-5/+6
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-6/+3
* Fixed #29016 -- Fixed incorrect foreign key nullification on related instance...Étienne Loks2018-01-132-2/+28
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-5/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-8/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-15/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+8
* Fixed #22308 -- Regression from 0f956085.Aymeric Augustin2014-03-221-17/+15
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-17/+11
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* PEP8 cleanupJason Myers2013-11-022-1/+30
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-4/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed some more unused local varsAlex Gaynor2013-09-081-7/+7
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+6
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-3/+1
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-1/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+472