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
2019-01-03
Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...
Tom Hacohen
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-23
Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...
Hasan Ramezani
2018-05-27
Removed obsolete BaseHandler attributes.
Daniel Hepper
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-02-13
Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-04
Fixed running TransactionsPerRequestTests in isolation.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-29
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
David Evans
2016-04-04
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-10-23
Fixed #17133 -- Properly handled successive slashes in incoming requests
Claude Paroz
2015-06-17
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
ana-balica
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-08
Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URL
Bas Peschier
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-22
Fixed #23887 -- Returned Bad Request for multipart parsing fails
Claude Paroz
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-10-14
Adapted invalid cookie test to all Python versions
Claude Paroz
2014-10-13
Fixed #23638 -- Prevented crash while parsing invalid cookie content
Claude Paroz
2014-08-29
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
Joshua "jag" Ginsberg
2014-08-20
Fixed flake8 warnings.
Tim Graham
2014-08-19
Fixed #22996 -- Prevented crash with unencoded query string
Claude Paroz
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
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
[next]