summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-02-09 12:07:46 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-02-09 12:07:46 -0500
commitfe6270ef83e447a9bf1c2fccb8e72342d12b783c (patch)
treefb11fcfb4d66b53ba7562683b528a0283d974629 /docs/lib
parent79441fd7909b3d158e6432a28791c6689e00a43a (diff)
downloadpasslib-fe6270ef83e447a9bf1c2fccb8e72342d12b783c.tar.gz
passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 announcement
motivation is that django hashers framework has matured greatly as of django 1.8, and dropping all prior versions not only eases support burden, but opens up opportunity for integration via less invasive method in a future passlib release, using django 1.8 as a common base.
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.ext.django.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/lib/passlib.ext.django.rst b/docs/lib/passlib.ext.django.rst
index 28e7a3b..b05c0e7 100644
--- a/docs/lib/passlib.ext.django.rst
+++ b/docs/lib/passlib.ext.django.rst
@@ -10,7 +10,7 @@
.. versionchanged:: 1.7
- As of Passlib 1.7, this module requires Django 1.6 or newer.
+ As of Passlib 1.7, this module requires Django 1.8 or newer.
This module contains a `Django <http://www.djangoproject.com>`_ plugin which
overrides all of Django's password hashing functions, replacing them
@@ -40,7 +40,9 @@ 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 1.6 - 1.8.
+ It has been tested with Django 1.8 - 1.9.
+
+ (Support for Django 1.0 - 1.7 was dropped after Passlib 1.6).
Installation
=============