Skip to content

Latest commit

 

History

History
145 lines (127 loc) · 6.36 KB

CHANGELOG.md

File metadata and controls

145 lines (127 loc) · 6.36 KB

Changelog

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.

8.1.0 - 2024-01-28

Added

  • Run tests for django 5.0 and python 3.12.

8.0.0 - 2023-06-14

Added

Removed

  • Dropped support for django 4.0.

7.0.0 - 2023-02-11

Added

  • Run tests for django 4.1.
  • Run tests on python 3.11 with django 4.1.
  • Select mode, with the ability to only cleanup selected models using a select decorator. Resolves issue #75 for @daviddavis.
  • Documentation on the known limitations of referencing a file by multiple model instances. Resolves issue #98 for @Grosskopf

Changed

  • Pass more data to the cleanup_pre_delete and cleanup_post_delete signals. Resolves issue #96 for @NadavK.

Removed

  • Dropped support for django 2.2 and python 3.5.

6.0.0 - 2022-01-24

Added

Changed

  • Fix default_app_config deprecation. PR #86 from @nikolaik.

Removed

  • Dropped support for django 3.0 and 3.1.
  • Travis configuration.

5.2.0 - 2021-04-18

Added

Changed

  • 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

Added

Changed

Removed

5.0.0 - 2020-06-07

4.0.1 - 2020-06-06

4.0.0 - 2019-07-13

3.2.0 - 2019-02-17

3.1.0 - 2019-02-05

3.0.1 - 2018-11-18

3.0.0 - 2018-11-18

2.1.0 - 2017-12-30

2.0.0 - 2017-12-27

1.1.0 - 2017-12-27

1.0.1 - 2017-07-14

1.0.0 - 2017-06-30

0.4.2 - 2015-12-17

0.4.1 - 2015-12-02

0.4.0 - 2015-10-06

0.3.1 - 2015-06-25

0.3.0 - 2015-05-12

0.2.1 - 2015-03-07

0.2.0 - 2015-03-06

0.1.13 - 2015-02-21

0.1.12 - 2015-02-08

0.1.11 - 2015-02-01

0.1.10 - 2014-04-29

0.1.9 - 2014-04-29

0.1.8 - 2013-04-07

0.1.7 - 2013-04-03

0.1.6 - 2013-02-12

0.1.5 - 2012-08-17

0.1.4 - 2012-08-16

0.1.0 - 2012-08-14