jazzband / django-axes

Keep track of failed login attempts in Django-powered sites.
MIT License
1.49k stars 346 forks source link

fix: make 0007_alter_accessattempt_unique_together.py migration backwards compatible #1209

Closed hirotasoshu closed 3 months ago

hirotasoshu commented 3 months ago

What does this PR do?

This PR applies fix suggested by @kostrom and fixes #1191

aleksihakli commented 3 months ago

Thank you, looks good!