-
I saw fixes #453 & #456 which allowed me to get rid of several warnings.
I still have one when I use drf-nested-router with 3 levels. For instance I have `survey/survey_id/response/response_id/answ…
-
When I save a model that has a JS date (created with `new Date()`) I get the error:
> Date has wrong format. Use one of these formats instead: YYYY[-MM[-DD]]
The date in the post was `2015-01-05T22…
-
Tried on 28.0.2 and latest 30.0.1 versions.
Create first DRF:
{noformat}rf1
-
I've got a couple `permissions.BasePermission` classes that have the `message` field set on them.
```py
class MyAccessPermissions(permissions.BasePermission):
"""Checks if the instance is acc…
-
Hi, I am using channels with drf and like connect only users authenticated to websocket, how to possible?. This my middleware code and asgy.py. Thanks.
```python3
from django.contrib.auth.models i…
-
I've got a single page app and don't really use sessions/CSRF/etc. (in favor of JWT token auth).
Can I still implement this package?
-
By converting the application to an API interface, the project can be free to use whatever frontend framework is available instead of rendering responses and data in an HTML format. Spawned by #7.
-
While trying to upgrade one of my projects to Django 2.0, I received the following error for drf-docs:
```
File ".../ve3.6/lib/python3.6/site-packages/rest_framework_docs/api_docs.py", line 3, in
…
-
I have the following two simplified models:
```python
# devices/models.py
class Relay(Device):
input_pin = models.PositiveIntegerField()
```
```python
# logs/models.py
class RelayLog(B…
-
* DRF OpenAPI version: 1.3.0
* Python version: 3.6.2
* Operating System: Ubuntu 16.04
### Description
If main serializer has any nested serializers except ListSerializer (it's handled correctl…
jar3b updated
6 years ago