From 8341dc6179d656b898f944b0cd848c350c627aab Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 17 Apr 2012 15:37:59 -0400 Subject: CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark script --- docs/lib/passlib.ext.django.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/lib/passlib.ext.django.rst') diff --git a/docs/lib/passlib.ext.django.rst b/docs/lib/passlib.ext.django.rst index 225642e..d797e23 100644 --- a/docs/lib/passlib.ext.django.rst +++ b/docs/lib/passlib.ext.django.rst @@ -73,7 +73,7 @@ you may set the following options in django ``settings.py``: * ``"disabled"``, in which case this app will do nothing when Django is loaded. * A multiline configuration string suitable for passing to - :meth:`passlib.context.CryptPolicy.from_string`. + :meth:`passlib.context.CryptContext.from_string`. It is *strongly* recommended to use a configuration which will support the existing Django hashes (see :data:`~passlib.ext.django.utils.STOCK_CTX`). -- cgit v1.2.1