joke2k / django-environ

Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
https://django-environ.rtfd.org
MIT License
3.01k stars 318 forks source link

Support new db option `pool` in Django 5.1 #522

Open zhu opened 7 months ago

zhu commented 7 months ago

https://github.com/django/django/blob/main/docs/ref/databases.txt#L250-L271

jeroenubbink commented 2 months ago

Even though i have used this project successfully in a django 5.0.3 project, the official documentation does not mention supporting it, see: https://github.com/joke2k/django-environ/blob/main/README.rst?plain=1#L130

I don't think there's a reason why it should not work, so an additional request then to mention support in the README.