-
Hi
I have an issue when I implement a filter on my ViewSet.. maybe it's something silly but I really don't know.
My ViewSet
class RestaurantViewSet(viewsets.ModelViewSet):
queryset = Restaur…
-
-
Bonjour,
Quand j'effectue les requêtes suivantes en patch:
- PATCH /api/membres/1/
- PATCH /api/mps/3/
J'ai l'erreur python suivante retourné par le serveur:
```
Internal Server Error: /api/mps/…
-
https://blog.getbootstrap.com/2020/05/12/bootstrap-4-5-0/
Related: https://github.com/encode/django-rest-framework/pull/7313
-
Hello, i installed drf_spectacular in my project that uses django-hosts for handling multiple subdomains. spectacular doesn't detect any view because my ROOT_URLCONF is empty.
here is my django_hos…
-
DRF views don't inherit from HttpRequest class. Is there a work around?
-
I don't usually write issues, so bear with me. We noticed our dev environment suddenly wasn't letting anyone log in. It turns out it's because PyJWT updated to 2.10.0, and that began enforcing that …
-
After [https://fecgov.atlassian.net/browse/FECFILE-1774](https://fecgov.atlassian.net/browse/FECFILE-1774 "smart-link") and the fix in [https://github.com/fecgov/fecfile-web-api/pull/1166/files#diff-c…
-
### Description
The `Email` model currently uses its `address` field as a primary key. We should migrate this to use a numeric surrogate primary key instead. A database-level uniqueness constraint on…
-
The API that the frontend will fetch page data from doesn't exist.
All that is in place is a naively serialized, paginated list of records for a select few models. The API should probably provide som…