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
/
tests.py
Age
Commit message (
Expand
)
Author
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-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
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-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