carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections

Home Page:https://django-filter.readthedocs.io/en/main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

amchii opened this issue · comments

commented

The archived package 'coreapi' uses the 'cgi' module that will be removed in Python3.13.
See https://docs.python.org/3/library/cgi.html.

Deprecated since version 3.11, will be removed in version 3.13: The cgi module is deprecated (see PEP 594 for details and alternatives).