summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_autoreload.py
AgeCommit message (Expand)Author
2019-03-15[2.2.x] Cleaned up exception message checking in some tests.Jon Dufresne
2019-02-27[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-11[2.2.x] Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-01-28[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2017-11-06Fixed #28501 -- Fixed "python -m django runserver" crash.Yusuke Miyazaki
2017-11-06Added RestartWithReloaderTests.Yusuke Miyazaki
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-22Added tests for django.utils.autoreload.Phil Tysoe
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-08-29Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29Refactored autoreload tests.Aymeric Augustin
2015-08-29Accounted for error files in the autoreloader.Aymeric Augustin
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-23Normalized usage of the tempfile module.Aymeric Augustin
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-07-30Fixed test failure on Windows.Tim Graham
2014-07-25Fixed bad usage of rstrip() that caused test failure.Tim Graham
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-07Fixed flake8 errors.Tim Graham
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Expurged INSTALLED_APPS from code and tests.Aymeric Augustin
2013-11-11Fixed #9523 -- Restart runserver after compiling apps translationsBouke Haarsma
2013-11-02Fixed #9523 -- Restart runserver after translation MO files changeBouke Haarsma