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
Hello, I am developing a project where I am using django_filters and there are some views where I have filters and apparently I have problems because of that. This is the message "UserWarning: <class 'apps.tenant_apps.product.api.views.ProductByCategoriesListView'> is not compatible with schema generation" and comes from django filters. I am following the documentation to the letter but I see no support for this warning. What should I do ?
The text was updated successfully, but these errors were encountered:
Hello, I am developing a project where I am using django_filters and there are some views where I have filters and apparently I have problems because of that. This is the message "UserWarning: <class 'apps.tenant_apps.product.api.views.ProductByCategoriesListView'> is not compatible with schema generation" and comes from django filters. I am following the documentation to the letter but I see no support for this warning. What should I do ?
The text was updated successfully, but these errors were encountered: