-
I'm just going through an exercise of upgrading an internal app with very old versions to slightly less old and ran into some breakage relating to #88 which I think requires a code change here.
```…
-
`python manage.py check --deploy`
fix all drf spectacular warnings for API v2
-
**Tasks:**
* [x] Replace drf-yasg custom inspectors with drf-yasg extensions
* [x] Keep the support of all existing schema customization, including error responses, separate content type for error r…
-
https://www.django-rest-framework.org/
-
**Introduction**
The `urls.py` file for one of my apps, let's call it **foo**, looks (somewhat) like this:
```py
from django.urls import include, re_path
from rest_framework.routers import SimpleR…
-
Hi! Does this project have any DRF serializer support? I'm just looking at something like this in django-versatileimagefield: https://github.com/respondcreate/django-versatileimagefield/blob/master/ve…
-
I have been trying to find an implementation on Django Rest Framework, to no avail. Reading the docs, I don't see anything that I have missed, I am able to create public and additional tenants, howev…
-
# Feature Request
## Description
`drf-yasg` already has integration with [djangorestframework-recursive](https://github.com/heywbj/django-rest-framework-recursive), and it works as expected. How…
kytta updated
2 months ago
-
-
In v3.15.0 the [register](https://github.com/encode/django-rest-framework/blob/2d8e9ad8195324e50506a6a93195f08fbb095fc3/rest_framework/routers.py#L56) function will fail with nested routes, cause the …