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
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
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-03-03
Refs #25653 -- Corrected help text for runtests.py --selenium option.
Moritz Sichert
2016-02-19
Fixed #25653 -- Made --selenium run only the selenium tests.
Akshesh
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-02-15
Added get_subprocess_args() function to runtests.py
Tim Graham
2016-02-11
Removed obsolete test app in runtests.py.
Jon Dufresne
2016-01-25
Refs #24919 -- Used the documented way of disabling migrations per app.
Simon Charette
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-02
Fixed #26008 -- Added parallel argument to paired_tests and bisect_tests
Attila Tovt
2015-12-24
Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Varun Sharma
2015-11-27
Improved help text for runtests's --parallel option
Baptiste Mispelon
2015-11-14
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-10-28
Ignored docutils deprecation warnings in runtests.py.
Tim Graham
2015-09-23
Removed RemovedInDjango110Warning.
Tim Graham
2015-09-23
Refs #22789 -- Removed contrib.webdesign per deprecation timeline.
Tim Graham
2015-09-23
Refs #24526 -- Made the django logger handle INFO messages.
Tim Graham
[next]