summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2015-01-10 19:02:43 -0500
committerEli Collins <elic@assurancetechnologies.com>2015-01-10 19:02:43 -0500
commit414b5642635c7f98ee7a2783c0652bb4e464f522 (patch)
tree5f1a69fcf4020dd8a85a323b566c932864907150 /docs
parentcf8fce4325d259490ada92caa624cb1a1c8e21b5 (diff)
downloadpasslib-414b5642635c7f98ee7a2783c0652bb4e464f522.tar.gz
stripped out compatibility shims for django 0.9 - 1.3;
now requiring django >= 1.4
Diffstat (limited to 'docs')
-rw-r--r--docs/lib/passlib.ext.django.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/lib/passlib.ext.django.rst b/docs/lib/passlib.ext.django.rst
index 909848c..4c21521 100644
--- a/docs/lib/passlib.ext.django.rst
+++ b/docs/lib/passlib.ext.django.rst
@@ -8,10 +8,9 @@
.. versionadded:: 1.6
-.. note::
+.. versionchanged:: 1.7
- Passlib 1.7's :mod:`passlib.ext.django` extension will drop
- support for Django 1.3 and earlier, and require Django 1.4 or newer.
+ As of Passlib 1.7, this module requires Django 1.4 or newer.
This module contains a `Django <http://www.djangoproject.com>`_ plugin which
overrides all of Django's password hashing functions, replacing them
@@ -41,7 +40,7 @@ of uses:
This plugin should be considered "release candidate" quality.
It works, and has good unittest coverage, but has seen only
limited real-world use. Please report any issues.
- It has been tested with Django 0.9.6 - 1.4.
+ It has been tested with Django 1.5 - 1.7.
Installation
=============