-
**Versions:**
- Python version: 3.12.2
- Django version: 5.0.6
- Django-Ninja version: 1.1.0
- Pydantic version: 2.7.1
**Bug Description:**
Using `fields_optional` on a Model which has a…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
**Describe the bug**
This was a real headache of a bug to track down.
```py
@router.get(
path="/foo",
response={200: list[MySchema]},
)
@paginate(FooPagination)
def list_foo(reques…
-
## Issue
tox-uv (1.15) runs with Python 3.9, and fails with 3.10 and 3.11.
```bash
tox ✘ 2 3.10.15 (temperature-sensor) 12:47:24
py: venv> .venv/bin/uv venv -p /h…
-
```
@strawberry.input
class OrderParameters():
offerer: str
zone: str
order_type: int = strawberry.field(
description="The order type, support: {}".format(OrderType.dict())…
-
Hi, is there support for related objects in `ModelSchema`?
With the following Django model:
```python
class Example(Model):
hash =models.CharField(max_length=255)
version = models.For…
-
I have an ORM query that creates annotations. While `hour` makes sense within the context of the query, as a property in the API response, I'd like to call the field `time`. In the `WaterLevelSchema`,…
-
The approach in https://github.com/tiangolo/sqlmodel has me interested exploring a combined model for Django and Pydantic. I would consider doing a PR to that project, though it seems too specific to …
-
**Problem**
NB: A very similar issue was reported in #181, however it appears it was only resolved for non-optional types.
When using an query parameter typed as an optional list, e.g. `Optional[L…
-
**Describe the bug**
When using an alias_generator in the config of a `modelSchema` the id's returned for ForeignKey Fields do not use that generator
**Versions (please complete the following info…