From 53a25206c2728585c7410d572f3e88041edf16ba Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 25 Jun 2011 08:41:58 +0000 Subject: [PATCH] Its always good to get it's apostophe right. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16446 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 228f53ba2b..ed424c336d 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -750,7 +750,7 @@ The login_required decorator Note that if you provide a value to ``redirect_field_name``, you will most likely need to customize your login template as well, since the template context variable which stores the redirect path will use the value of - ``redirect_field_name`` as it's key rather than ``"next"`` (the default). + ``redirect_field_name`` as its key rather than ``"next"`` (the default). .. versionadded:: 1.3