You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metaclass looks like it only serves to give a warning if the long-since deprecated name filter_fields is used.
In case this was forgotten, I just wanted to bump its removal, since subclasses of FilterMixin that need their own metaclasses must do a little bit of working around this apparently obsolete metaclass as long as it still exists.
If it wasn't forgotten but remains there intentionally, is it planned for removal at any specific later version?
The text was updated successfully, but these errors were encountered:
Sure I can take care of them. What else needs to be cleaned up? Or are all of them marked with a clear TODO like this one that would make them easy to search for?
There is a metaclass on
FilterMixin
that was marked to be removed in version 2.1, but still exists:django-filter/django_filters/views.py
Line 13 in ab79783
The metaclass looks like it only serves to give a warning if the long-since deprecated name
filter_fields
is used.In case this was forgotten, I just wanted to bump its removal, since subclasses of
FilterMixin
that need their own metaclasses must do a little bit of working around this apparently obsolete metaclass as long as it still exists.If it wasn't forgotten but remains there intentionally, is it planned for removal at any specific later version?
The text was updated successfully, but these errors were encountered: