-
### Q&A (please complete the following information)
- OS: Ubuntu 20.04 LTS
- Browser: Chrome
- Version: 101.0.4951.64 (Official Build) (64-bit)
- Method of installation: Unsure, part of Pytho…
-
### Summary
Currently, OCW data is written to the database via DRF serializers in `course_catalog/serializers.py`, this isn't really a use case DRF serializers were built for, so we should move away …
-
**H2O version, Operating System and Environment**
3.46.0.3,
Windows 10, R 4.4.1
wsl2 Ubuntu 24.04 (Windows subsystem for Linux), R 4.4.1, Rstudio Server
I tried on both Windows and wsl2.
**A…
-
* DRF OpenAPI version: based on 1.0.0
* Python version: *
* Operating System: *
### Description
I extended the drf_openapi Django app to support detailed request serializers for requests. Then…
-
Tried on 28.0.2 and latest 30.0.1 versions.
Create first DRF:
{noformat}rf1
-
Variables are more often structured than not (simple primitive strings/numbers vs. JSON objects), which can/should be validated using DRF serializers or an implementation on top of that.
It's impor…
-
Hello,
Just to follow up on this old issue, as I am getting the same validation error at the moment.
https://github.com/marcgibbons/django-rest-swagger/issues/586
## Error
```
{"schemaVal…
-
Hi Guys,
Pydantic by default provide support for schema generation from the Data Model. If someone can create a feature branch for support pydantic objects as well for the above mentioned things - …
ghost updated
4 weeks ago
-
When I upload images and files using the WritableModelSerializer my images do not get saved but all other data is saved.
Is there a solution or any simple snippet that might help with many to many re…
-
## Initial ideas
1. `swagger` should be supported in the core library, we prefer to get `v3` support
2. Strict separation of parser / validation / logic / render steps
3. Strict separation of vie…