You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#222.
Django's auto-generated index names are not stable across database engines: https://code.djangoproject.com/ticket/33483
Added explicit index names to `models.py` to work around that, until a fix is implemented in Django itself.
0 commit comments