summaryrefslogtreecommitdiff
path: root/tests/delete_regress
AgeCommit message (Expand)Author
2021-04-27[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...Mariusz Felisiak
2021-02-11[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...Egidijus Macijauskas
2021-02-11[3.2.x] Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_...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