Skip to content

Commit

Permalink
add removal of deprecated methods to CHANGELOG (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 8, 2023
1 parent 42be60d commit d4e56aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ General
-------

- **Breaking**: Drop support for Django 4.0 (`#1235`_)
- **Breaking**: The long deprecated & removed (from Django) ``(modified|created|accessed)_time`` methods have been
removed from the various storages, please replace with the ``get_(modified|created|accessed)_time`` methods
- Add support for saving ``pathlib.PurePath`` names (`#1278`_)
- Add support for Django 4.2 (`#1236`_)

Expand Down

0 comments on commit d4e56aa

Please sign in to comment.