summaryrefslogtreecommitdiff
path: root/tests/handlers/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth2023-02-171-0/+1
* Improved test coverage for django.db.transaction.Pablo2022-12-051-0/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+12
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-091-0/+1
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-0/+2
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-8/+7
* Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...Hasan Ramezani2018-11-231-0/+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/+1
* Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz2014-11-221-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-0/+1
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-3/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+9