From 3d2479de37fb31d12d5e898f6a342103e5aacabf Mon Sep 17 00:00:00 2001 From: Josh VanderLinden Date: Mon, 11 Jun 2012 08:41:41 -0600 Subject: [PATCH] Updated the README a bit --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0545472..93fa04c 100644 --- a/README.rst +++ b/README.rst @@ -142,7 +142,8 @@ 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. Using django's manage.py. +You can also use the ``axes_reset`` management command (since 1.2.4-rc1). Using Django's +``manage.py``. * ``manage.py axes_reset`` will reset all lockouts and access records. * ``manage.py axes_reset ip`` will clear lockout/records for ip