mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-24 07:03:44 +00:00
Apparently 1.2.4-rc1 was already pushed to PyPI a while ago :)
This commit is contained in:
parent
c3f0b3c188
commit
f31a5227f5
2 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ By default, django-axes will lock out repeated attempts from the same IP
|
|||
address. You can allow this IP to attempt again by deleting the relevant
|
||||
``AccessAttempt`` records in the admin.
|
||||
|
||||
You can also use the ``axes_reset`` management command (since 1.2.4-rc1). Using Django's
|
||||
You can also use the ``axes_reset`` management command (since 1.2.5-rc1). Using Django's
|
||||
``manage.py``.
|
||||
|
||||
* ``manage.py axes_reset`` will reset all lockouts and access records.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import logging
|
|||
import os
|
||||
from django.conf import settings
|
||||
|
||||
VERSION = (1, 2, 4, 'rc1')
|
||||
VERSION = (1, 2, 5, 'rc1')
|
||||
|
||||
|
||||
def get_version():
|
||||
|
|
|
|||
Loading…
Reference in a new issue