blob: 2dc9b282172034522fa5a946e92a1c6e7504e279 (
plain)
1
2
3
4
5
6
|
"""passlib.ext.django.models -- monkeypatch django hashing framework
this plugin monkeypatches django's hashing framework
so that it uses a passlib context object, allowing handling of arbitrary
hashes in Django databases.
"""
|