index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
middleware
Age
Commit message (
Expand
)
Author
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-25
Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddleware
Claude Paroz
2013-05-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-18
Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii
Claude Paroz
2013-03-11
Fixed tests that relied on MANAGERS not being empty.
Aymeric Augustin
2013-03-11
Removed a test that no longer makes any sense.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
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
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner