summaryrefslogtreecommitdiff
path: root/tests/requests
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham2015-01-191-1/+2
* Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.Tim Graham2014-12-301-1/+5
* Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag2014-11-201-5/+18
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().Unai Zalakain2014-11-031-0/+13
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-1/+1
* Fixed #19802 -- Fixed HttpResponse.set_cookie() with unicode data on Python 2.qingfeng2014-08-031-0/+8
* Updated tests per previous commit.Tim Graham2014-07-051-2/+2
* Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a Mult...Duncan Parkes2014-06-241-0/+7
* Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...Unai Zalakain2014-06-071-1/+62
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-61/+1
* Corrected a few missed references to old test settingsShai Berger2014-03-091-1/+1
* Make mysql's CursorWrapper a contextmanager.Michael Manfre2014-02-021-1/+1
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
* Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...Baptiste Mispelon2013-11-161-0/+16
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-5/+5
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
* Fixed #20338 -- Stripped ending dot during host validationClaude Paroz2013-10-241-1/+3
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-24/+24
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #16822 -- Added RawPostDataExceptionTim Graham2013-10-081-3/+4
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-3/+0
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-2/+2
* Fixed #19987 -- Disabled host validation when DEBUG=True.Will Hardy2013-07-311-0/+16
* Isolated host validation tests in own test caseClaude Paroz2013-07-131-215/+202
* Fixed #20724 -- Test failure on SQLite.Aymeric Augustin2013-07-091-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-3/+3
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz2013-06-011-0/+18
* Made test introduced in 566e284c pass on Python 3.Aymeric Augustin2013-05-181-7/+7
* Added test for multipart, non form-data POST.Senko Rasic2013-05-181-2/+25
* Fixed #20038 -- Better error message for host validation.Baptiste Mispelon2013-04-031-4/+54
* Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...Julien Phalip2013-04-011-0/+38
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-2/+0
* Fixed tests broken in 2ee21d9.Aymeric Augustin2013-02-281-14/+29
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+594