Kind of an early new year present, but I guess connection pooling for PostgreSQL in Django is really becoming a thing. Got all the tests to pass ( https://github.com/sarahboyce/django/pull/10 ) while having the pool enabled and the changes are not as bad as feared. Let's see what the reviews result in 🙈
Ensure that the testsuite passes with pooling enabled. by apollo13 · Pull Request #10 · sarahboyce/django

Hi @sarahboyce, I had some free time and worked on getting the django testsuite working with database pooling. Looks good so far. Could you merge/cherry-pick this into your branch so we can discuss...

GitHub