Drop Django 3.2 to 4.1 support.
Drop Python 3.8 support.
Support Python 3.13.
Fix crashing on non-existent directories, which Django sometimes tries to watch.
Thanks to baseplate-admin for the report in Issue #12 and Steven Mapes for the fix in PR #117.
- Support Django 5.1.
Fix Python 3.8 compatibility by replacing call to
pathlib.Path.is_relative_to()
.Thanks to Nathan Koch in PR #68.
Update the watcher when Django adds or removes directories.
Thanks to Tom Forbes in commit dc1af91.
Support Django 5.0.
Drop Python 3.7 support.
Support Python 3.12.
- Initial release.