Closed dishn closed 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
index_together
Model.Meta
schema.py
@jayvynl Do the failed tests require any of my work?
I will fix this.
Django 5.1 removes
index_together
fromModel.Meta
and there exist a condition inschema.py
that usesindex_together
. This pr aims to fix the deprecation and keep it compatible with prior django versions as well