Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRF documentation curd method missing auto-generated description information, Even if help_text attribute is added. in django-filter (2.4.0) #1538

Closed
0x00t0x7f opened this issue Oct 16, 2022 · 1 comment

Comments

@0x00t0x7f
Copy link

No description provided.

@0x00t0x7f 0x00t0x7f changed the title DRF Documentation CURD method miss description info, Even if help text is added. in django-filter (2.4.0) DRF documentation curd method missing auto-generated description information, Even if help_text attribute is added. in django-filter (2.4.0) Oct 16, 2022
@carltongibson
Copy link
Owner

As per #1432 the in-built schema support is going to be deprecated in the next version.

Rather, I recommend you migrate to use drf-spectacular, which is much more fully featured, and under active development.

https://drf-spectacular.readthedocs.io/en/latest/readme.html

If for some reason you're not able to use drf-spectacular you can copy the django_filters.rest_framework.backends.DjangoFilterBackend into your own project to customise as needed. (But use drf-spectacular.)

Thanks.

@carltongibson carltongibson closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants