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-07-13
Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...
Daniel Roseman
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-03
Removed unnecessary postgres logic in runtests.py
Tim Graham
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-04-22
Deprecated legacy GeoManager/GeoQuerySet methods
Claude Paroz
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-04-18
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-17
Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.
Tim Graham
2015-02-16
Moved contrib.contenttypes tests out of contrib.
Tim Graham
2015-02-13
Removed explicit pointers to migration modules for contrib apps in runtest
Markus Holtermann
2015-02-11
Updated docs and runtests.py for removal of tests from contrib.
Tim Graham
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-11
Moved contrib.redirects tests out of contrib.
Tim Graham
2015-02-11
Moved contrib.flatpages tests out of contrib.
Tim Graham
2015-02-09
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
Hid Django installation message when verbosity is 0.
Aymeric Augustin
2015-02-03
Removed a useless check in runtests.py
Tim Graham
2015-02-03
Refactored tests that rely on an ImportError for Python 3.5 compatibility
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-19
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-17
Removed obsolete deprecation warning in runtests.py
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
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
[next]