-
How to make a multiple where conditions in ajax?
-
Is it possible to exclude fields by default? I have a serializer with a serialized field with a lot of data. This data will be used in some specific cases, but not always.
```python
class BookSeri…
-
I have a model setup with a FILE object, and to_representation() to fetch additional file data.
```
class File(models.Model):
name = models.CharField(max_length=100)
file = models.FileF…
-
Hi, i'm using this module for a while and i thinks it would be awesome if querys can impact the django queryset selection (with only and/or defer) to significantly reduce the amount of information bei…
-
I have a class like this one:
```python
from sqlalchemy import CHAR, Column, ForeignKey, String, TIMESTAMP, Table, text
from sqlalchemy.dialects.mysql import INTEGER, LONGBLOB, LONGTEXT, SMALLINT…
-
When I use validate data method on a nested serializer, I receive the following message:
"`create` is not a valid operation, valid operations for this request are `add`, `create`, `remove`, `updat…
alepn updated
3 years ago
-
It would be helpful to add REST-APIs as datasources to retrieve data which isn't held in an own database/application.
:arrow_down: Please click the :+1: reaction instead of leaving a `+1` or `updat…
-
Hi,
I use **NestedField** (with **accept_pk_only**) on **DynamicFieldsMixin** and i get this result:
`'int' object has no attribute 'get'`
Can you help me to solve this problem?
-
I have the following models:
``` python
class UploadTemplate(models.Model):
book = models.ForeignKey('Book', on_delete=models.SET_NULL, null=True)
coupon_type = models.CharField(max_length…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.65.2
- OS Version:
Edición Windows 10 Pro
Versión 21H2
Instalado el 17/01/2022
Compil…