Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_client
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-0/+9
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-3/+9
* Fixed #25163 -- Fixed exception handling in nested test c...pscottdevos2015-08-113-0/+20
* Fixed #20916 -- Added Client.force_login() to bypass auth...Jon Dufresne2015-07-012-0/+106
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+6
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-27/+14
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-57/+24
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-6/+4
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-2/+2
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-282-34/+19
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-16/+31
* Fixed #23606 -- Implemented Client and RequestFactory tra...Rigel Di Scala2014-10-283-4/+82
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-2/+3
* Fixed #16087 -- Added ResolverMatch instance to test clie...Greg Chapple2014-06-132-1/+24
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-5/+5
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-31/+31
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-143-74/+82
* Fixed #12571 -- Attached originating WSGIRequest to test ...Unai Zalakain2014-01-101-0/+14
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed #21448 -- Fixed test client logout with cookie-base...Claude Paroz2013-11-261-0/+4
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixing E302 ErrorsJason Myers2013-11-032-1/+25
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Fixed #21341 -- Eased https requests with the test clientUnai Zalakain2013-11-022-0/+13
* Fixed all the E203 violationsAlex Gaynor2013-10-271-2/+2
* Fix all violators of E231Alex Gaynor2013-10-262-8/+8
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-10/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-39/+39
* Fixed #20919 -- Extended assertRedirects to be able to av...Juan Catalano2013-09-103-1/+9
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-272-1/+46
* Move last remaining tests out of models.py files; prep fo...Preston Timmons2013-04-032-523/+502
* Removed mentions of modeltests.Ramiro Morales2013-03-031-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+837