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
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-07
Removed unused variable in runtests.py.
Tim Graham
2020-08-28
Refs #26601 -- Added various middlewares tests for deprecation of passing Non...
Kevin Michel
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-05-13
Advanced deprecation warnings for Django 3.2.
Mariusz Felisiak
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-02-06
Refs #31233 -- Added "error" filter for RuntimeWarning during tests.
Jon Dufresne
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-09-10
Advanced deprecation warnings for Django 3.1.
Mariusz Felisiak
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-07
Fixed #30676 -- Added --pdb option to test runner.
Andrew Godwin
2019-05-31
Fixed #28520 -- Added --start-at/--start-after options to runtests.py.
Hasan Ramezani
2019-05-30
Refs #28520 -- Added _module_match_label() hook to runtests.py.
Hasan Ramezani
2019-05-17
Fixed #30220 -- Added support for headless mode in selenium tests.
Johannes Hoppe
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-04-13
Fixed #25941 -- Improved error message for runtests.py when django is not on ...
Thomas Allison
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-17
Advanced deprecation warnings for Django 3.0.
Tim Graham
2018-11-04
Improved performance of runtests.py with os.scandir().
Tom Forbes
2018-11-03
Fixed #29883 -- Added selenium hub support to runtests.py.
Tom Forbes
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-05-17
Advanced deprecation warnings for Django 2.2.
Tim Graham
2018-04-24
Fixed "invalid escape sequence" warning in runtests.py.
Tim Graham
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-04
Reorganized test_runner test apps.
Tim Graham
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-09-22
Advanced deprecation warnings for Django 2.1.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-30
Fixed AppRegistryNotReady error when running gis_tests in isolation on PostGIS.
Tim Graham
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-20
Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtests.py on P...
Tim Graham
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Advanced deprecation warnings for Django 2.0.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-17
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
Tim Graham
2016-12-28
Refs #25415 -- Fixed/silenced check errors in Django's test suite.
Adam Chainz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-11-03
Fixed #27423 -- Simplified sys.exit() for indicating test failures.
Ana Balica
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
2016-07-06
Promoted RemovedInDjango21Warning to error in Django's test suite.
Tim Graham
[next]