Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation and comments for RFC updates. | Nick Pope | 2022-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - Updated references to RFC 1123 to RFC 5322 - Only partial as RFC 5322 sort of sub-references RFC 1123. - Updated references to RFC 2388 to RFC 7578 - Except RFC 2388 Section 5.3 which has no equivalent. - Updated references to RFC 2396 to RFC 3986 - Updated references to RFC 2616 to RFC 9110 - Updated references to RFC 3066 to RFC 5646 - Updated references to RFC 7230 to RFC 9112 - Updated references to RFC 7231 to RFC 9110 - Updated references to RFC 7232 to RFC 9110 - Updated references to RFC 7234 to RFC 9111 - Tidied up style of text when referring to RFC documents | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -131/+130 |
| | |||||
* | Fixed #31789 -- Added a new headers interface to HttpResponse. | Tom Carrick | 2020-09-14 | 1 | -4/+4 |
| | |||||
* | Updated test URL patterns to use path() and re_path(). | Tim Graham | 2018-12-31 | 1 | -9/+9 |
| | |||||
* | Fixed #28104 -- Prevented condition decorator from setting ↵ | Josh Schneier | 2017-06-06 | 1 | -4/+8 |
| | | | | ETag/Last-Modified headers for non-safe requests. | ||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -3/+0 |
| | |||||
* | Refs #27083 -- Updated conditional header comparison to match RFC 7232. | Kevin Christopher Henry | 2016-09-16 | 3 | -16/+79 |
| | |||||
* | Used decorators in conditional_processing test views. | Tim Graham | 2016-09-10 | 1 | -5/+5 |
| | |||||
* | Fixed #27083 -- Added support for weak ETags. | Kevin Christopher Henry | 2016-09-10 | 3 | -22/+67 |
| | |||||
* | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 3 | -4/+2 |
| | |||||
* | Fixed #22461 -- Added if-unmodified-since support to the condition decorator. | Thomas Tanner | 2014-12-24 | 1 | -0/+60 |
| | |||||
* | Fixed #23695 -- Made condition decorator work for HEAD requests without ETag. | Anton Novosyolov | 2014-10-21 | 1 | -0/+5 |
| | |||||
* | Fixed #22909 -- Removed camelCasing in some tests. | Tim Graham | 2014-07-07 | 1 | -12/+12 |
| | | | | Thanks brylie. | ||||
* | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | 2014-04-06 | 1 | -2/+2 |
| | |||||
* | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | 2014-04-03 | 1 | -8/+8 |
| | | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | ||||
* | Removed superfluous models.py files. | Aymeric Augustin | 2013-12-17 | 1 | -0/+0 |
| | | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. | ||||
* | PEP8 cleanup | Jason Myers | 2013-11-02 | 2 | -0/+5 |
| | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
* | Whitespace cleanup. | Tim Graham | 2013-10-10 | 1 | -1/+0 |
| | | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | ||||
* | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | 2013-09-09 | 1 | -1/+0 |
| | |||||
* | Removed most of absolute_import imports | Claude Paroz | 2013-07-29 | 1 | -3/+0 |
| | | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | ||||
* | Move last remaining tests out of models.py files; prep for test discovery. | Preston Timmons | 2013-04-02 | 3 | -130/+130 |
| | |||||
* | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 4 | -0/+171 |