mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Updated django version
This commit is contained in:
parent
41ad3cc806
commit
0188f25547
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ sort of a geeky pun, since ``axes`` can be read interpreted as:
|
|||
Requirements
|
||||
============
|
||||
|
||||
``django-axes`` requires Django 1.4 or later. The application is intended to
|
||||
``django-axes`` requires Django 1.5 or later. The application is intended to
|
||||
work around the Django admin and the regular ``django.contrib.auth``
|
||||
login-powered pages.
|
||||
|
||||
|
|
@ -143,7 +143,7 @@ Issues
|
|||
Not being locked out after failed attempts
|
||||
------------------------------------------
|
||||
|
||||
You may find that Axes is not capturing your failed login attempts. It may be that you need to manually add watch_login to your login url.
|
||||
You may find that Axes is not capturing your failed login attempts. It may be that you need to manually add watch_login to your login url.
|
||||
For example, in your urls.py::
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue