Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_autoreload.py
Commit message (Expand)AuthorAgeFilesLines
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-0/+16
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-0/+4
* Refactored autoreload tests.Aymeric Augustin2015-08-291-43/+70
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-0/+40
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-9/+10
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-8/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed test failure on Windows.Tim Graham2014-07-301-1/+2
* Fixed bad usage of rstrip() that caused test failure.Tim Graham2014-07-251-1/+1
* Fixed #23083 -- Fixed runserver reloading when deleting a...Tim Graham2014-07-251-0/+13
* Fixed #22991 -- Prevented *.pyc files in autoreload monit...Claude Paroz2014-07-151-0/+1
* Fixed flake8 errors.Tim Graham2014-07-081-2/+2
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+17
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-7/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-5/+8
* Fixed #9523 -- Restart runserver after compiling apps tra...Bouke Haarsma2013-11-111-14/+43
* Fixed #9523 -- Restart runserver after translation MO fil...Bouke Haarsma2013-11-021-0/+37