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-11-14
[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-10-28
[1.9.x] Ignored docutils deprecation warnings in runtests.py.
Tim Graham
2015-09-23
Refs #24526 -- Made the django logger handle INFO messages.
Tim Graham
2015-09-14
Fixed runtests.py message about parallel processes.
Aymeric Augustin
2015-09-14
Prevented --parallel from crashing on Windows.
Aymeric Augustin
2015-09-10
Documented that the parallel test runner doesn't work on Windows.
Aymeric Augustin
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-09
Changed strategy for removing TMPDIR in runtests.py.
Aymeric Augustin
2015-09-09
Implemented a parallel test runner.
Aymeric Augustin
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
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
[next]