From 0188f25547d81df90056f0474700f2de65f4e560 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Mon, 23 Mar 2015 09:10:57 -0500 Subject: [PATCH] Updated django version --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 49009df..df513de 100644 --- a/README.rst +++ b/README.rst @@ -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:: ...