-
## ANSWER ON THIRD COMMENT
Hello guys,
Thanks a lot for this outstanding work.
I'm trying to integrate dj-organization into my DRF project and I'm having a bit of an issue. I'm struggling t…
-
# (DRF) Django Rest Framework, Serialize 개념 이해하기
Django를 이용하여 서버를 구축하는 과정에 있어서, model을 설계하고 Serailizer를 이용하여 데이터를 CRUD하면서 헷갈리는 개념을 공부해보았다. 우선, DRF는 설치되어 있어야한다. (가상 환경 만들고, drf project 생성하고, app 생성하고 …
-
**Is your feature request related to a problem? Please describe.**
Currently the API is browsable with included DRF API browser. It just works but it is not useful as something else like Swagger or R…
-
While handling the response errors on the frontend, I've realized that DRF generates a nonstandard response whenever a validation error occurs!
I could find some resources that might be helpful:
h…
-
To version 3.x for a bunch of improvements, but mostly for the change in mixins which will make them raise serialization errors, instead of returning a 400 response.
This prevents all errors from bei…
-
Along with DRF's schema generators, it would be handy to have an adapter for `def-spectacular`, as it's becoming de-facto standard tool for OpenAPI schema generation in DRF.
-
I performed some tests reporting random values for OIDC_OP_JWKS_ENDPOINT and or OIDC_RP_SIGN_ALGO and from what I realized the integration with DRF does not validate the token through the public key, …
-
Django 3.2 is EOL since April 1, 2024
Python 3.8 will be EOL after October, 2024
We shall also upgrade DRF when working on this https://github.com/openwisp/openwisp-utils/pull/392.
-
With swagger enabled, the [data property of ResponseHandler gets called](https://github.com/Raekkeri/django-requestlogs/blob/master/requestlogs/entries.py#L58) when attempting to visit the generated d…
-
I am using Django (not DRF) version 2.2.4 and building drf-yasg into it. Swagger ui works but does not load endpoints. Any way to fix it?