Andrey Otto
Andrey Otto
Just fixed an example in Serializers docs.
Hi! I did some improvements for code exmples; 1. Renamed function because it is `put` endpoint and logicaly it should be `update` not `create`; 2. ~Removed redundant `if` statement because...
Hi! `pytest-lazy-fixture` doesn't work with `pytest==8.0.0` ```bash AttributeError: 'CallSpec2' object has no attribute 'funcargs' ```
Hi! I am using `django-import-export` and downloaded `.xlsx` file from Google Drive and I've got error about `InvalidDimensions`. I found this error before in issues https://github.com/jazzband/tablib/issues/465 And recently it was...
### Description Hi! I'm trying example with static files from [doc](https://docs.litestar.dev/3-dev/usage/static-files.html#static-files) for v3 version. And I got this error `ImportError: cannot import name 'FileSystemAdapter' from 'litestar.file_system'` I think problem appeared...
Hi! And thank you for useful package. Recently I noticed that `type` field doesn't display in `Example Value` tab for 400 error. I just setup example from [drf](https://www.django-rest-framework.org/tutorial/quickstart/#quickstart), [drf-spectacular ](https://drf-spectacular.readthedocs.io/en/latest/readme.html#installation)...