netzkolchose / django-fast-update

Faster db updates using UPDATE FROM VALUES sql variants.
MIT License
20 stars 2 forks source link

django 4.2 compat changes #17

Closed jerch closed 1 year ago

jerch commented 1 year ago

Fix to keep the package working with Django 4.2.

Disables copy_update for psycopg3 as a quickfix, a proper fix will be tracked under #16.