summaryrefslogtreecommitdiff
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Hid Django installation message when verbosity is 0.Aymeric Augustin2015-02-061-1/+2
* Removed a useless check in runtests.pyTim Graham2015-02-031-1/+0
* Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham2015-02-031-0/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-3/+3
* Advanced deprecation warnings for Django 1.9.Tim Graham2015-01-191-2/+2
* Removed obsolete deprecation warning in runtests.pyTim Graham2015-01-171-11/+4
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-171-5/+0
* Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin2015-01-121-5/+2
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-2/+7
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-011-5/+0
* Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin2014-12-281-3/+22
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+10
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-2/+2
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-241-2/+6
* Fixed #23863 -- Made runtests accept the keepdb option.Simon Charette2014-11-211-2/+7
* Added HStoreField.Marc Tamlyn2014-11-041-1/+1
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-2/+1
* Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham2014-08-081-0/+5
* Silenced test warning for deprecated IPAddressField.Tim Graham2014-07-241-0/+5
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+6
* Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz2014-06-211-8/+0
* 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 global settings defaults.mlavin2014-06-131-0/+12
* Fixed #22068 -- Made runtests.py remove trailing slashes from test labels.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 previous commit.Loic Bistuer2014-05-261-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-201-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-in-django-XX warningsClaude Paroz2014-03-081-3/+8
* Fixed #22056 -- Omitted non-package directories when collecting testsClaude 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 names.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 registry.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