-
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…
-
The reason is simple:
https://github.com/getsentry/raven-python/blob/master/raven/contrib/django/client.py#L255
Here raven checks if the request object is of Type Request and rest_framework has its …
do3cc updated
7 years ago
-
-
I have a model with a geom (srid=3035) and I want to serialize it as geom (srid=4326).
Did not found a solution to do this with django-restframework-gis?
My approach was:
```
from django.contrib.g…
-
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 will like to override the logic inside basic create mutation, much like in django restframework modelviewsets or serializers. What is the best way of doing this?
## Upvote & Fund
- We're usin…
-
Hi,
I am dealing with multiple database using django library functions "using(alias)" and switch_db(alias). I am using rest-framework-mongoengine document serializers.
But when serializer.is_valid(…
-
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…
-
Hello, thanks for the package, it works great with django views.
Now I need to integrate it with our single page app, which the login is via API, is there a chance for you to include a guide or res…
-
i am getting the following from a django restframework generated openapi doc:
```yaml
components:
schemas:
BlankEnum:
enum:
- ''
NullEnum:
enum:
- null…