-
https://github.com/waro163/flask-restframework/blob/987565683717c0c7cb9edfcdc318fd847377fae6/flask_restframework/throttling.py#L91-L127
if i use same throttle class in different api, any one api wi…
-
Dear Devs,
I am working on building full support for django rest framework.
This includes a README over 1000 Lines with full examples on how to build a self documenting rest api specified with Open…
-
-
La idea seria poder recuperar la sesion. Hay que implementar:
- Django con algun REST (RestFramework)
- OAuth
-
Hello everyone,
so my setup is Python 3.11 and Django 4.1.5
I tried Django Restframework on 3.14.0 and 3.15.1 and django-comments-xtd on 2.9.13 and 2.10.0 (in all 4 permutations) but I always ge…
-
Hi,
Documentation states DRF == 3.11
Will drf-nested-routers work with 3.12 and 3.13 range of restframework?
/regards
-
JSON web token authorization lib is not working in the latest django rest framework and it is also defined in the official docs of it. I have searched many ways but for that i'll have to revert my ver…
-
After installing `drf-mongo-filter`, my `Django`, `restframework`, `pymongo` and `mongoengine` versions were all downgraded.
Please use `==` instead of `~=` in the requirements file or issue a warn…
-
I find schema format differs from projects to projects. Instead of writing schema myself, I want to fetch schema from api, and might later modified a bit. Modern API framework, like django rest frame…
-
I am using restframework 3.11.0, camel case 1.1.2 and unfortunately it doesn't seem to work for Multipart files when I add `MultipartParser` like below
```
class JobPostViewSet(viewsets.ModelViewS…