| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-15 | [2.2.x] Cleaned up exception message checking in some tests. | Jon Dufresne | |
| Backport of 95b7699ffc4bdb32a504fccfd127f1b76a8a1d1c from master. | |||
| 2019-02-27 | [2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__. | shiningfm | |
| Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca. Backport of 99cfb28e995388db109e2f2ed15307f09945dda8 from master. | |||
| 2019-02-11 | [2.2.x] Fixed spelling mistakes in comments and tests. | Semen Zhydenko | |
| Backport of 255d6a26a8839180b495c75f256641415c516b6f from master. | |||
| 2019-01-28 | [2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader. | Tom Forbes | |
| Backport of 1e92407f83ed35be35f876777935b983ab9587be from master. | |||
| 2019-01-13 | Fixed #27685 -- Added watchman support to the autoreloader. | Tom Forbes | |
| Removed support for pyinotify (refs #9722). | |||
| 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 | |
| These functions do nothing on Python 3. | |||
| 2017-01-18 | Refs #23919 -- Removed most of remaining six usage | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| Refs #24704. | |||
| 2015-08-29 | Ensured gen_filenames() yields native strings. | Aymeric Augustin | |
| This also fixes a test failure on Python 2 when Django is installed in a non-ASCII path. This problem cannot happen on Python 3. | |||
| 2015-08-29 | Refactored autoreload tests. | Aymeric Augustin | |
| * Added helpers to test uncached and cached access. * Fixed test_project_root_locale: it duplicated test_locale_paths_setting. * Rewrote test_only_new_files: test more cases. | |||
| 2015-08-29 | Accounted for error files in the autoreloader. | Aymeric Augustin | |
| * When some old files contain errors, the second call to gen_filenames() should return them. * When some new files contain errors, the first call to gen_filenames(only_new=True) should return them. | |||
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2015-02-23 | Normalized usage of the tempfile module. | Aymeric Augustin | |
| Specifically stopped using the dir argument. | |||
| 2015-02-17 | Refs #24324 -- Fixed Python 2 test failures when path to Django source ↵ | Tim Graham | |
| contains non-ASCII characters. | |||
| 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 | |
| os.close(fd) is needed to avoid "The process cannot access the file because it is being used by another process" | |||
| 2014-07-25 | Fixed bad usage of rstrip() that caused test failure. | Tim Graham | |
| If the temporary file name contained a p or y as its last characters, it would be stripped. refs #23083. | |||
| 2014-07-25 | Fixed #23083 -- Fixed runserver reloading when deleting a file. | Tim Graham | |
| Thanks Collin Anderson for the report and hirokiky for the fix. | |||
| 2014-07-15 | Fixed #22991 -- Prevented *.pyc files in autoreload monitoring | Claude Paroz | |
| This fixes a regression introduced in 6d302f639. Thanks lorinkoz at gmail.com for the report, Collin Anderson for the initial patch and Simon Charette for the review. | |||
| 2014-07-07 | Fixed flake8 errors. | Tim Graham | |
| 2014-07-06 | Fixed pyinotify performance regression in 15f82c7011 | Claude Paroz | |
| Refs #9722. Thanks Tim Graham for the review. | |||
| 2013-12-23 | Dropped AppCache._empty, _with_app and _without_app. | Aymeric Augustin | |
| It's now easier to achieve the same effect with modify_settings or override_settings. | |||
| 2013-12-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin | |
| Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2. | |||
| 2013-12-22 | Expurged INSTALLED_APPS from code and tests. | Aymeric Augustin | |
| Except the app cache code and a few specific tests, of course. | |||
| 2013-11-11 | Fixed #9523 -- Restart runserver after compiling apps translations | Bouke Haarsma | |
| Django also uses locales provided by apps, which also might change. Also when i18n is disabled, there is no need for watching translation files. | |||
| 2013-11-02 | Fixed #9523 -- Restart runserver after translation MO files change | Bouke Haarsma | |
| Thanks to Krzysztof Kulewski for the initial patch. | |||
