What's Changed
Other Changes
- fix: remove notification failure policy log record when prevent posting is set by @mderynck in #5260
- Fix issue with DST starting/ending causing overlaps/gaps by @zackman0010 in #5266
New Contributors
- @dreik made their first contribution in #5063
- @zackman0010 made their first contribution in #5266
Full Changelog: v1.13.0...v1.13.1
NOTE
If you explicitly upgraded to v1.13.0 and are now seeing one (or more) Django migration errors, please simply run the following:
python manage.py migrate --fake
(see #5277 for more context)