brutasse / django-ratelimit-backend

Rate-limit your login attempts at the authentication backend level
https://django-ratelimit-backend.readthedocs.io
BSD 3-Clause "New" or "Revised" License
169 stars 34 forks source link

Compatibility with Django1.7 #12

Closed magopian closed 10 years ago

magopian commented 10 years ago

The django.contrib.admin.forms.ERROR_MESSAGE has been moved to AdminAuthenticationForm.error_messages['invalid_login']

magopian commented 10 years ago

this is madness!