summaryrefslogtreecommitdiff
path: root/tests/handlers/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...Hasan Ramezani2018-11-231-0/+9
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-251-5/+2
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-3/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans2016-04-291-0/+9
* Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz2014-11-221-0/+7
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-0/+4
* Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-2/+2
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-0/+17