Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.11 KB

CHANGELOG.rst

File metadata and controls

46 lines (27 loc) · 1.11 KB

Changelog

1.0.0 (2024-10-28)

  • 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.

0.2.0 (2024-06-19)

  • Support Django 5.1.

0.1.1 (2024-01-24)

  • Fix Python 3.8 compatibility by replacing call to pathlib.Path.is_relative_to().

    Thanks to Nathan Koch in PR #68.

0.1.0 (2023-10-11)

  • 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.

0.0.1 (2022-03-24)

  • Initial release.