-
Deleting model which is attached to an analysis will server error:
Fix:
* check for this case and respond with {"detail": "Error Model allocated to an existing anlaysis, delete first"}
*Stack …
-
When use drf-yasg with Django and django-rest-framework to generate swagger api document for my web service, i got following problem:
In my Django model, an `user` field use regex validator:
``…
-
## Checklist
- [X] I have verified that that issue exists against the `master` branch of Django REST framework.
- [X] I have searched for similar issues in both open and closed tickets and cannot …
-
### Summary:
Include a *brief* descrioption of the problem here, and fill out the version info below.
* Celery Version: 4.3.0
* Celery-Beat Version: 1.4.0
* django :2.2
* rest-framework:3.9…
-
I'm using the throttling mechanism of DRF. When the exception is shown that actually the request was throttled, one part of the message is translated, the other part is not:
![grafik](https://user-…
-
When i use IdsFilterBackend and send query with empty ids param, i've got 500 error:
```
RequestError at /api/tags/
RequestError(400, 'search_phase_execution_exception', 'failed to create query: …
-
I followed the instructions in the DRF docs to generate documentation for my project but it doesn't show the correct expected payload format in PATCH/POST endpoints. It shows the following standard me…
-
#### Unrecognized pipeline stage name: '$count'
#### Python script
```
python manage.py runserver
```
Standard Django, contrib user admin:
```
http://0.0.0.0:8000/admin/auth/user/
```
…
-
The API docs seems to be outdated, in the server log I see:
[29/May/2019 07:19:47] "GET /docs HTTP/1.1" 301 0
/usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:93: U…
-
Hello,
I'm getting the following Type Error after I added a decimal field to my model:
**Decimal('50') is not JSON serializable**
I'm using Django version 2.1.7 and drf_yasg version 1.14.0. I…