summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2012-03-02 05:03:52 +0000
committerPaul McMillan <Paul@McMillan.ws>2012-03-02 05:03:52 +0000
commita255d3933828ea5ab5173bc41336a64f446057bb (patch)
tree6d9b9c19f834f13343975442225a074b342ed9d9 /docs/releases
parent84dd83f0185687adfe44452afb2fc9cff15ba594 (diff)
Fixed 17764. Improved auth docs.
Thanks mbt for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index de4cdadc3c..53387c1726 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -536,7 +536,7 @@ Django 1.4 also includes several smaller improvements worth noting:
page.
* The :func:`django.contrib.auth.models.check_password` function has been moved
- to the :mod:`django.contrib.auth.utils` module. Importing it from the old
+ to the :mod:`django.contrib.auth.hashers` module. Importing it from the old
location will still work, but you should update your imports.
* The :djadmin:`collectstatic` management command now has a ``--clear`` option