-
I'm using and loving your drf-spectacular library
I'm curious, what does `ValidatedJSONField` look like in use?
And, if I were to use it, would DRF Spectacular be able to generate more detailed …
-
Hi folks,
FastAPI leverages Pydantic possibility to generate OpenAPI schema which besides other stuff also includes generation of the custom examples:
- https://fastapi.tiangolo.com/tutorial/schem…
-
I'm upgrading from 0.22.2 to 1.1.0 and many tests are failing. Previously I was overriding my Schema's __init__ and preforming my validations in there.
```
class MySchema(Schema):
def __init…
-
Hi!
I need to set a Vary header, but the `@vary_on_headers('Accept-Encoding')` decorator doesn't work and raises an AttributeError. How can I set the Vary header for specific endpoints?
- Python …
-
I experimented with this in #471 and I like it. For consistency, should use this pattern elsewhere in the codebase too:
https://github.com/CAVaccineInventory/vial/blob/d909cfe1875a1ee986c17916468a7…
-
### Summary of problem
During start of our applications CPU usage is going 3x from usual utilization, after few mins it returns back to normal state, but it does affect our autoscaling.
When w…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …
-
In general it's good idea to split view to several parts:
- parsing/validation input data (pydantic)
- permission checks based on input data, request.user and required permissions (guardian)
- some…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
**Describe the bug**
I prefer to use camel case in JSON, and so have added an alias generator to my (manually-defined) `Schema`s as described in the [docs](https://django-ninja.dev/guides/response/…