Skip to content

Commit

Permalink
Added note about deprecated attributes removal to 22.1 changelog.
Browse files Browse the repository at this point in the history
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
  • Loading branch information
lociii and carltongibson committed Mar 26, 2023
1 parent de3019c commit 5ad0e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,10 @@ Version 22.1 (2022-6-17)

* Removed outdated deprecated warnings for code removed in version 2.1.

* Removed `filter_class` (use `filterset_class`) and `filter_fields`
(`filterset_fields`) that were deprecated in [version 2.0
(2018)](https://django-filter.readthedocs.io/en/main/guide/migration.html#view-attributes-renamed-867).

* The code base is now formatted with Black.

Version 21.1 (2021-9-24)
Expand Down

0 comments on commit 5ad0e22

Please sign in to comment.