All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
5.2.0 - 2021-04-18
- New test to ensure cache is reset on create. PR #81 from @Flauschbaellchen.
- Update to run tests for django 3.2.
- Update to document support for django 3.2.
- Update to run tests for python 3.9. PR #80 from @D3X.
- Reset cache for created instances in the post_save handler. PR #81 from @Flauschbaellchen.
5.1.0 - 2020-09-15
- This change log. Resolves issue #73 for @DmytroLitvinov.
- Update to run tests for django 3.1. PR #76 from @johnthagen.
- Update to document support for django 3.1. PR #76 from @johnthagen.
- Removed providing_args kwarg from Signal construction. PR #74 from @coredumperror.