index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runtests.py
Age
Commit message (
Expand
)
Author
2015-01-12
Fixed #24124 (again) -- Updated tests with new default context_processors.
Aymeric Augustin
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-28
Raised a warning when using the legacy TEMPLATE_* settings.
Aymeric Augustin
2014-12-01
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-21
Fixed #23863 -- Made runtests accept the keepdb option.
Simon Charette
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2014-08-08
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-07-24
Silenced test warning for deprecated IPAddressField.
Tim Graham
2014-07-14
Fixed #22789 -- Deprecated django.contrib.webdesign.
Tim Graham
2014-06-21
Removed some apps from ALWAYS_INSTALLED_APPS
Claude Paroz
2014-06-16
Added database migration for contrib.auth.
Tim Graham
2014-06-16
Added database migration for contrib.contenttypes.
Tim Graham
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-06-11
Fixed #22068 -- Made runtests.py remove trailing slashes from test labels.
Preston Timmons
2014-06-09
Converted Django scripts to argparse
Claude Paroz
2014-05-26
Fixed a ResourceWarning that wasn't properly fixed by the previous commit.
Loic Bistuer
2014-05-24
Moved some imports in runtests.py
Claude Paroz
2014-05-24
Made runtests.py use 'set_installed_apps' API
Claude Paroz
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn
2014-04-20
Removed old test runner test cases.
Preston Timmons
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-26
Fixed #22056 -- Omitted non-package directories when collecting tests
Claude Paroz
2014-02-01
Silenced a spurious warning.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-18
Stopped assuming that INSTALLED_APPS only contains app names.
Aymeric Augustin
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-01
Prevented calling setup() inside catch_warnings
Claude Paroz
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Replaced ad-hoc caching of get_models with lru_cache.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-10-23
Fixed #19941 -- Removed sys.path hack when running the test suite.
Tim Graham
[next]