summaryrefslogtreecommitdiff
path: root/docs/releases/1.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.1.txt')
-rw-r--r--docs/releases/1.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt
index 21040a9e24..b9d51d6b9e 100644
--- a/docs/releases/1.1.txt
+++ b/docs/releases/1.1.txt
@@ -422,7 +422,7 @@ Other new features and changes introduced since Django 1.0 include:
notably, the memcached backend -- these operations will be atomic, and
quite fast.
-* Django now can :doc:`easily delegate authentication to the Web server
+* Django now can :doc:`easily delegate authentication to the web server
</howto/auth-remote-user>` via a new authentication backend that supports
the standard ``REMOTE_USER`` environment variable used for this purpose.