Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/requests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #17133 -- Properly handled successive slashes in in...Claude Paroz2015-10-231-0/+16
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+18
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-0/+12
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FO...Matt Robenolt2015-08-041-0/+32
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-23/+1
* 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 Pyth...Tim Graham2015-01-191-1/+2
* Fixed #23450 -- Fixed transient failure of requests...tes...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 Djan...Berker Peksag2014-11-031-1/+1
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-0/+13
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #19802 -- Fixed HttpResponse.set_cookie() with unic...qingfeng2014-08-031-0/+8
* Updated tests per previous commit.Tim Graham2014-07-061-2/+2
* Fixed #22799 -- Made GET and POST on HttpRequest QueryDic...Duncan Parkes2014-06-251-0/+7
* Fixed #18314 -- Corrected request.build_absolute_uri() ha...Unai Zalakain2014-06-071-1/+62
* Removed legacy transaction management per the deprecation...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 2047...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 unifi...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 Unrea...Claude 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 c...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