index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_autoreload.py
Age
Commit message (
Expand
)
Author
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-20
Fixed isolation of utils_tests.test_autoreload tests.
Mariusz Felisiak
2021-01-18
Fixed isolation of test_check_errors_catches_all_exceptions.
Mariusz Felisiak
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2020-11-19
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...
Carlton Gibson
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-07-20
Used context manager version of tempfile.TemporaryDirectory() in utils_tests....
Jon Dufresne
2020-07-20
Used temporary directory in RestartWithReloaderTests.test_manage_py().
Tom Forbes
2020-06-18
Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.
Tom Forbes
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-09-27
Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...
Pablo GarcĂa
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-07-24
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...
Tom Forbes
2019-07-24
Removed unused BaseReloader.watch_file().
Mariusz Felisiak
2019-07-23
Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.
Tom Forbes
2019-06-26
Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...
Tom Forbes
2019-05-29
Fixed #30523 -- Fixed updating file modification times on seen files in auto-...
Tom Forbes
2019-05-29
Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...
Tom Forbes
2019-05-28
Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...
Tom Forbes
2019-04-29
Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.
Tom Forbes
2019-04-26
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...
Jacob Green
2019-04-24
Fixed #30366 -- Skipped StatReloaderTests on HFS+ filesystems.
Martijn Jacobs
2019-03-15
Cleaned up exception message checking in some tests.
Jon Dufresne
2019-02-27
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-02-11
Fixed spelling mistakes in comments and tests.
Semen Zhydenko
2019-01-28
Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
2017-11-06
Added RestartWithReloaderTests.
Yusuke Miyazaki
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 most of remaining six usage
Claude Paroz
2016-12-22
Added tests for django.utils.autoreload.
Phil Tysoe
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-08-29
Made the autoreloader survive all exceptions.
Aymeric Augustin
2015-08-29
Ensured gen_filenames() yields native strings.
Aymeric Augustin
2015-08-29
Refactored autoreload tests.
Aymeric Augustin
2015-08-29
Accounted for error files in the autoreloader.
Aymeric Augustin
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-07-30
Fixed test failure on Windows.
Tim Graham
2014-07-25
Fixed bad usage of rstrip() that caused test failure.
Tim Graham
2014-07-25
Fixed #23083 -- Fixed runserver reloading when deleting a file.
Tim Graham
2014-07-15
Fixed #22991 -- Prevented *.pyc files in autoreload monitoring
Claude Paroz
2014-07-07
Fixed flake8 errors.
Tim Graham
2014-07-06
Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
[next]