Skip to content

Commit ccf9582

Browse files
Added note about deprecated attributes removal to 22.1 changelog. (#1511)
Co-authored-by: Carlton Gibson <[email protected]>
1 parent de3019c commit ccf9582

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Version 22.1 (2022-6-17)
88

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

11+
* Removed `filter_class` (use `filterset_class`) and `filter_fields`
12+
(`filterset_fields`) that were deprecated in [version 2.0
13+
(2018)](https://django-filter.readthedocs.io/en/main/guide/migration.html#view-attributes-renamed-867).
14+
1115
* The code base is now formatted with Black.
1216

1317
Version 21.1 (2021-9-24)

0 commit comments

Comments
 (0)