From ccf95822f76d289b4a757c6a011ab161ae5c2aa6 Mon Sep 17 00:00:00 2001 From: Jens Nistler <366967+lociii@users.noreply.github.com> Date: Sun, 26 Mar 2023 11:25:11 +0200 Subject: [PATCH] Added note about deprecated attributes removal to 22.1 changelog. (#1511) Co-authored-by: Carlton Gibson --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 506cad5c..adffaf03 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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)