-
How do I format the description of an endpoint for when DRF Docs displays it? I've tried several things and nothing works. For example, I'd like to add line breaks. Is there a way to do this?
Thanks
-
**Describe the bug**
When including DistanceToPointOrderingFilter ([source code](https://github.com/openwisp/django-rest-framework-gis/blob/master/rest_framework_gis/filters.py#L271) an unhandled Typ…
-
*Posted by @Elijahwalkerwest originally on the ODM2 repo ([here](https://github.com/ODM2/ODM2/issues/143)). Reposted here b/c it's where it belongs, as it's about ODM2 REST API.*
When querying vari…
-
```
After creating a Person, a Business and an Interaction for the person,
clicking 'All Interactions' on the Dashboard I got the following:
FieldError at /crm/interaction/
Cannot resolve keyword 'p…
-
Here:
https://github.com/django-json-api/django-rest-framework-json-api/blob/fbb4b033a483b7edb62de3377c83a046a55f69b2/rest_framework_json_api/django_filters/backends.py#L80
[`RangeFilter`](https:/…
-
I suggest to look into a pragmatic solution to re-implement our django-settings-file in a way so that we (ideally) get:
- type hinting
- available options
- clear default values
- docstrings
…
-
Traceback (most recent call last):
File "manage.py", line 22, in
execute_from_command_line(sys.argv)
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 364, …
-
![image](https://github.com/snowcov/Schedule/assets/120518302/b2a65ecf-f6dc-4886-9eed-5b8efe680511)
-Several Options Listed
-
## Expected behavior
All the code used for cryptography, authentication or authorization related operations must be top notch, from popular, maintained and robust libraries.
A popular saying app…
-
1.
https://velog.io/@ohwani/Django-DRF-view-of-DRF
DRF에서 뷰를 작성하는 여러가지 방법
Django Rest Framework의 뷰를 만들 때
누구는 ViewSet을 쓰고, 어떤 사람은 APIView를 쓰고 , 어떤 사람은 Mixin 기반이라는 둥
무슨 말인지 몰랐는데
다 뷰의 종류인 …