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