L
L
 The error above happens to occur every time I start using a different window on my computer and come back to query something in Sequeler When using other Apps,...
**@paginate** doest work with different responses/status codes The [docs](url) says whe must use the following: ```python from ninja.pagination import paginate @api.get('/users', response=List[UserSchema]) @paginate def list_users(request): return User.objects.all() ``` This code...
**Is your feature request related to a problem? Please describe.** I cant update a stored procedure using DELIMITER keyword from MySQL **Describe the solution you'd like** Allow DELIMITER keyword usage...
I keep receiving this logs, when using the config below in settings.py: ```logs | 2023-05-06 03:08:45.483558-03:00 [error] closing AMQP connection (172.28.0.5:45310 -> 172.28.0.6:5672): | 2023-05-06 03:08:45.483558-03:00 [error] missed heartbeats from...
Hi, I am having a problem related to Tz Conversion. I found that using `pytz.timezone()` with `astimezone()` method generates invalid timezone conversion adding some extra minutes to the final value....
I’m starting a Python project with Turso and I’m unsure which option is the best choice in 2025: • libsql with embedded replicas https://docs.turso.tech/sdk/python/quickstart#embedded-replicas • pyturso (Python connector over HTTP)...