From 5bc747259c004aa28b3121b999a6474b7e74807d Mon Sep 17 00:00:00 2001
From: Michael B. Trausch <mbt@naunetcorp.com>
Date: Sat, 25 Feb 2012 14:59:14 -0500
Subject: [PATCH 2/2] Add a versionadded tag for the check_password funtion in d.c.a.hashers.
---
docs/topics/auth.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index a792069..08a8f34 100644
a
|
b
|
Manually managing a user's password
|
769 | 769 | |
770 | 770 | .. function:: check_password() |
771 | 771 | |
| 772 | .. versionadded:: 1.4 |
| 773 | |
772 | 774 | If you'd like to manually authenticate a user by comparing a plain-text |
773 | 775 | password to the hashed password in the database, use the convenience |
774 | 776 | function :func:`django.contrib.auth.hashers.check_password`. It takes two |