Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-1/+1
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-5/+0
* Refs #21977 -- Removed SimpleTestCase.urls per deprecatio...Tim Graham2015-09-241-28/+3
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-1/+1
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-141-0/+5
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* And fixed merge accident :-(Aymeric Augustin2015-09-101-4/+2
* Adjusted previous commit.Aymeric Augustin2015-09-101-4/+5
* Refs #20461 -- Made tblib optional for a passing test run.Aymeric Augustin2015-09-101-1/+8
* Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson2015-09-101-4/+2
* Avoided running more test processes than necessary.Aymeric Augustin2015-09-101-1/+11
* Made it easier to customize the parallel test runner.Aymeric Augustin2015-09-091-3/+8
* Propagated database clone settings to new connections.Aymeric Augustin2015-09-091-1/+5
* Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin2015-09-091-0/+54
* Introduced a mixin for serializing tests.Aymeric Augustin2015-09-091-0/+29
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-5/+48
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-8/+226
* Refs #25328 -- Refactored LiveServerTestCase to make it e...Jakub Gocławski2015-09-071-5/+14
* Simplified deduplication of test databases.Aymeric Augustin2015-09-061-28/+22
* Stopped returning mirrors from setup_databases.Aymeric Augustin2015-09-061-5/+2
* Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin2015-09-061-7/+8
* Split setup_databases.Aymeric Augustin2015-09-061-6/+27
* Moved an import to the toplevel.Aymeric Augustin2015-09-051-2/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-313-3/+0
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-1/+11
* Fixed #23727 -- Inhibited the post_migrate signal when us...Tommy Beadle2015-08-241-1/+10
* Fixed #25163 -- Fixed exception handling in nested test c...pscottdevos2015-08-111-3/+3
* Fixed #25191 -- Added string diff to SimpleTestCase.asser...Caio Ariede2015-08-041-0/+7
* Fixed #25176 -- Prevented TestCase.setUpTestData() except...Adam Chainz2015-08-011-1/+5
* Fixed #25188 -- Improved message raised by SimpleTestCase...Tim Graham2015-07-311-6/+20
* Fixed #25190 -- Deprecated callable_obj parameter to asse...Tim Graham2015-07-301-0/+4
* Fixed #20916 -- Added Client.force_login() to bypass auth...Jon Dufresne2015-07-011-26/+35
* Sorted imports in __init__.py files.Tim Graham2015-06-271-5/+6
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Refs #24965 -- Added changes from accidentally reverted f...Moritz Sichert2015-06-131-3/+4
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-071-0/+7
* Fixed #19542: Made mirroring databases for tests work wit...Shai Berger2015-06-051-2/+2
* Fixed #24773 -- Added a json() method on test client resp...Andy McKay2015-05-251-0/+8
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-3/+0
* Fixed #24652 -- Disallowed query execution in SimpleTestC...Simon Charette2015-05-201-0/+29
* Added backwards compatibility for assertRaisesMessage cal...Tim Graham2015-05-181-0/+4
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-14/+14
* Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessag...Tim Graham2015-05-161-5/+3
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-0/+15
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-302-3/+13
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-7/+21