summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2014-07-24[1.7.x] Silenced test warning for deprecated IPAddressField.Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.auth.Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.contenttypes.Tim Graham
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-05-29[1.7.x] Removed unused import.Tim Graham
2014-05-24[1.7.x] Made runtests.py use 'set_installed_apps' APIClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-26Fixed #22056 -- Omitted non-package directories when collecting testsClaude Paroz
2014-02-01Silenced a spurious warning.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-18Stopped assuming that INSTALLED_APPS only contains app names.Aymeric Augustin
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-01Prevented calling setup() inside catch_warningsClaude Paroz
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-29Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Deprecated load_app().Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-10-23Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-02Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-09-23Fixed test suite bisection on Python 3.Simon Charette
2013-09-03Silenced deprecation warning regarding old SQL location; refs #14300Tim Graham
2013-08-25Ignore coverage HTML report output dir in tests.Ramiro Morales
2013-08-20Import test case classes from their public API module.Ramiro Morales
2013-08-10Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales
2013-07-24Fixed #19941 -- Modified runtests.py to make running the tests easier.Anssi Kääriäinen
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Only import gis test apps for geo-enabled DBsClaude Paroz
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-11Fixed a regression in the test runner loading of runtests.py.Florian Apolloner
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-11Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss