From cce75fbc65ae314edf7532adda5fa860c7f815e9 Mon Sep 17 00:00:00 2001 From: bgaudino Date: Mon, 18 Mar 2024 15:12:24 -0500 Subject: [PATCH] Update django version in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a022293..fb2f638 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ django-authtools ================ -A custom user model app for Django 1.5+. It tries to stay true to the built-in +A custom user model app for Django 2.2+. It tries to stay true to the built-in User model for the most part. The main differences between authtools and django.contrib.auth are a User model with email as username.