summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2015-01-12Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-28Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-21Fixed #23863 -- Made runtests accept the keepdb option.Simon Charette
2014-11-04Added HStoreField.Marc Tamlyn
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-07-24Silenced test warning for deprecated IPAddressField.Tim Graham
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-06-21Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz
2014-06-16Added database migration for contrib.auth.Tim Graham
2014-06-16Added database migration for contrib.contenttypes.Tim Graham
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-11Fixed #22068 -- Made runtests.py remove trailing slashes from test labels.Preston Timmons
2014-06-09Converted Django scripts to argparseClaude Paroz
2014-05-26Fixed a ResourceWarning that wasn't properly fixed by the previous commit.Loic Bistuer
2014-05-24Moved some imports in runtests.pyClaude Paroz
2014-05-24Made runtests.py use 'set_installed_apps' APIClaude Paroz
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn
2014-04-20Removed old test runner test cases.Preston Timmons
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
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