dev-msln

Results 3 issues of dev-msln

aioredis version 2 has been released but this library is working with the old version of aioredis (1.3.1).

As you know, in the Django Settings you can specify a `test` database for Postgresql as follows: ``` DATABASES = { 'test_db': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': "some_name", 'HOST': "127.0.0.1", ......

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1- install a Django project with Python3.12 docker image. 2- install the sentry-sdk latest version (pip install sentry-sdk==2.2.0) 3- add sentry to...

Waiting for: Support