summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_autoreload.py
AgeCommit message (Expand)Author
2014-07-30[1.7.x] Fixed test failure on Windows.Tim Graham
2014-07-25[1.7.x] Fixed bad usage of rstrip() that caused test failure.Tim Graham
2014-07-25[1.7.x] Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15[1.7.x] Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-07[1.7.x] Fixed flake8 errors.Tim Graham
2014-07-06[1.7.x] Fixed 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