jazzband / django-axes

Keep track of failed login attempts in Django-powered sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration 0007 missing db alias

liampauling opened this issue · comments

commented

Migration 0007 is missing the use of a database alias resulting in issues if the database option is used when applying.

As per docs db_alias = schema_editor.connection.alias should be used.