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
/
handlers
Age
Commit message (
Expand
)
Author
2014-08-20
[1.7.x] Fixed flake8 warnings.
Tim Graham
2014-08-19
[1.7.x] Fixed #22996 -- Prevented crash with unencoded query string
Claude Paroz
2014-05-15
[1.7.x] Harmonized some PEP 0263 coding preambles
Claude Paroz
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-09-07
Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.
Aymeric Augustin
2013-09-07
Fixed tests introduced in previous commit on Python 2. Refs #20557.
Aymeric Augustin
2013-09-07
Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
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