Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added database migration for contrib.auth.Tim Graham2014-06-161-2/+3
* Added database migration for contrib.contenttypes.Tim Graham2014-06-161-0/+5
* Fixed #22477 -- Removed contrib middleware from the globa...mlavin2014-06-131-0/+12
* Fixed #22068 -- Made runtests.py remove trailing slashes ...Preston Timmons2014-06-111-0/+4
* Converted Django scripts to argparseClaude Paroz2014-06-091-29/+25
* Fixed a ResourceWarning that wasn't properly fixed by the...Loic Bistuer2014-05-251-1/+1
* Moved some imports in runtests.pyClaude Paroz2014-05-241-13/+6
* Made runtests.py use 'set_installed_apps' APIClaude Paroz2014-05-241-6/+3
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+3
* Removed old test runner test cases.Preston Timmons2014-04-211-1/+0
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-2/+2
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-11/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+8
* Fixed #22056 -- Omitted non-package directories when coll...Claude Paroz2014-02-261-6/+2
* Silenced a spurious warning.Aymeric Augustin2014-02-011-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-4/+3
* Stopped assuming that INSTALLED_APPS only contains app na...Aymeric Augustin2014-01-181-1/+2
* Deprecated importing a model before loading its application.Aymeric Augustin2014-01-101-1/+6
* Prevented calling setup() inside catch_warningsClaude Paroz2014-01-011-3/+6
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-2/+2
* Used Apps.clear_cache() in tests that alter the app regis...Aymeric Augustin2013-12-291-1/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-6/+4
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-7/+7
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-0/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-2/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Deprecated load_app().Aymeric Augustin2013-12-221-1/+2
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-221-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-4/+3
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Deprecated get_apps().Aymeric Augustin2013-12-171-1/+1
* Removed the _-prefix for populate().Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-5/+5
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-2/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-5/+5
* Fixed #19941 -- Removed sys.path hack when running the te...Tim Graham2013-10-241-15/+4
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21122 -- Improved clean up of test temp directory ...Kevin Christopher Henry2013-10-021-7/+17
* Fixed test suite bisection on Python 3.Simon Charette2013-09-231-1/+3
* Silenced deprecation warning regarding old SQL location; ...Tim Graham2013-09-031-2/+10
* Ignore coverage HTML report output dir in tests.Ramiro Morales2013-08-261-0/+1
* Import test case classes from their public API module.Ramiro Morales2013-08-211-1/+1
* Expand testing of Test LiveServerTestCase static files se...Ramiro Morales2013-08-101-0/+1
* Fixed #19941 -- Modified runtests.py to make running the ...Anssi Kääriäinen2013-07-241-4/+16
* Fixed #19196 -- Added test/requirementsTim Graham2013-07-101-0/+1
* Only import gis test apps for geo-enabled DBsClaude Paroz2013-07-091-5/+10
* Trusted test skipping about gis tests running or notClaude Paroz2013-07-091-9/+6
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #20548 -- Removed all PendingDeprecationWarnings fr...Marc Tamlyn2013-06-141-1/+4
* Reverted the introduction of shared_models.Florian Apolloner2013-06-101-1/+0