Open troygrosfield opened 8 years ago
This was blocking production for me so I created a quick hack here:
https://github.com/chrismarlow9/djorm-ext-pgfulltext
Not sure if it's the proper solution (I don't know much around the connection pooling of psycopg2 or its internals, just a bare bones connection). Warning: use at your own risk in production, but it's working fine for me so far.
Getting an error with passing a connection == None with the latest in the master branch.