summaryrefslogtreecommitdiff
path: root/tests/handlers/urls.py
AgeCommit message (Expand)Author
2023-02-17Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth
2022-12-05Improved test coverage for django.db.transaction.Pablo
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-11-23Fixed #29966 -- Added tests for BaseHandler's "The view didn't return an Http...Hasan Ramezani
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-29Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner