Skip to content

Conversation

cleder
Copy link

@cleder cleder commented Nov 18, 2019

Fixes #783

conn.allow_thread_sharing = True
connections_override[conn.alias] = conn
except AttributeError:
pass
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should use inc_thread_sharing() with Django 2.2+ I think (django/django@76990cb).

@blueyed
Copy link
Contributor

blueyed commented Jan 5, 2020

Closing in favor of #793.

@blueyed blueyed closed this Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Live server error with sqlite3
2 participants