From a381060c1398c73d89e92a9525b146d276669342 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Tue, 24 Mar 2015 15:29:36 -0400 Subject: [PATCH] fixed the management command name --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d329bb..2b1e924 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ Sites using Defender: Versions ======== +- 0.3.1 - fixed the management command name - 0.3 - - Added management command ``cleanup_django_axes`` to clean up access + - Added management command ``cleanup_django_defender`` to clean up access attempt table. - Added ``DEFENDER_STORE_ACCESS_ATTEMPTS`` config to say if you want to store attempts to DB or not.