jayvynl / django-clickhouse-backend

Django clickhouse database backend.
MIT License
130 stars 21 forks source link

Fix deprecated index_together for django 5.1 #103

Closed dishn closed 2 months ago

dishn commented 2 months ago

Django 5.1 removes index_together from Model.Meta and there exist a condition in schema.py that uses index_together. This pr aims to fix the deprecation and keep it compatible with prior django versions as well

dishn commented 2 months ago

@jayvynl Do the failed tests require any of my work?

jayvynl commented 2 months ago

I will fix this.