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/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -769,6 +769,8 @@ Manually managing a user's password
 
 .. function:: check_password()
 
+    .. versionadded:: 1.4
+
     If you'd like to manually authenticate a user by comparing a plain-text
     password to the hashed password in the database, use the convenience
     function :func:`django.contrib.auth.hashers.check_password`. It takes two
-- 
1.7.3.4

