-
(I suspect this is related to https://github.com/vitalik/django-ninja/issues/86.)
I want to implement arbitrary key/value filtering. A toy example of this:
```
class ObjectFilter(Schema):
me…
-
Hi everyone, I think it is time to start talking about a roadmap for version 1 of strawberry. I've been using the library on a few side projects and most importantly on [PyCon Italia's new website](ht…
-
Не указали ссылку на репозиторий. Интересный квест, но я нашел его 😀
1. В `docker-compose.yml` много лишних и опасных портов выставлено наружу, пользователю достаточно nginx.
2. Сервер websocket-…
-
Pain points (as shown by the [winter-getting-started](https://github.com/WinterFramework/winter-getting-started) project):
Django-related:
- [ ] Have to run `django-admin startproject` which gener…
-
I wanted to generate an `inheritable` model schema for an abstract model `ContentGenericModel`, which seems to be not possible at the moment.
```python
class ContentGenericModel(WordPressActionsM…
-
I'm trying to migrate doccano from 1.5.5 to 1.8.3 with `python manage.py migrate` on a postgres DB and I'm getting the error:
```
django.db.utils.IntegrityError: duplicate key value violates unique…
-
#### The problem
Pydantic is a fast growing library that handles data validation in a very clean way using type hinting. If you are working on a python project that needs to digest and output data mo…
-
### Describe the bug
The `root_path` setting is necessary to serve FastAPI applications under subpaths served via a proxy and the ASGI frameworks are expected to strip it from the request path duri…
-
In an upcoming version of CRUDRouter I am hoping to add Query / Filter support. I've created this thread in hopes of getting some community feedback on how you guys would like the query params constru…
-
@adriangb in [xpresso](https://github.com/adriangb/xpresso#example) framework created what I think a nicer approach for marking api function arguments. I think it should be the default way in django-…