django/docs/topics/auth
Gavin Wahl 01ae881bb4 Don't hard-code class names when calling static methods
normalize_email should be called on the instance, not the class. This
has the same effect normally but is more helpful to subclassers. When
methods are called directly on the class, subclasses can't override
them.
2013-05-29 16:11:26 -06:00
..
customizing.txt Don't hard-code class names when calling static methods 2013-05-29 16:11:26 -06:00
default.txt Fixed #20426 -- Added some extra info to the auth forms. 2013-05-17 16:14:23 +02:00
index.txt Fixed #19743 - Documented some limitations of contrib.auth. 2013-02-06 08:24:38 -05:00
passwords.txt Recommend using the bcrypt library instead of py-bcrypt 2013-05-13 23:49:00 -04:00