-
Repro:
```
from drf_pydantic import BaseModel
from pydantic import model_validator
class A(BaseModel):
@model_validator(mode='after')
def qwe(self):
assert False
A.drf_se…
-
If there is a serializer data validation error on a field `title`, `status` or `type`, the validation message will be overwritten by drf-problems which forces exception meta info into those fields.
-
While running the package, the following issue appears (python 3.12, django 5.0, drf 3.15):
```Found 36 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 s…
-
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…
-
As described [here](https://github.com/ghazi-git/drf-standardized-errors/issues/74#issuecomment-2178889549) in issue #74 , for DRF serializer `ListField` or `DictField` `drf-spectacular` combined with…
-
The camelCase is working fine with the GET data, but it is not working with the POST data whe using drf-spectacular.
GET Data:
```json
{
"id": 1,
"createdAt": "2024-07-14T09:41…
-
### Overview
We need to create the accomplishment table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.
#### Details
A ta…
fyliu updated
13 hours ago
-
Firstly, huge thanks for the code.
I have a small question. Given two serializers: a parent and a child, inserting a ```validate``` method in the child serializer and printing something from there …
-
Hi,
I Implement Serpy with DRF. However when I wish to validate them, I have an error with serpy serializer like see in [documentation](http://www.django-rest-framework.org/api-guide/serializers/#val…
-
on prostate data-
When make a 5+5 trees model with checkpoint expect it to have the same scoring history as a 10trees model, when all other params(including seed) are
kept constant
the logloss/mse…