forms.py
992 Bytes
- 
Tests + Now subclass PasswordResetForm instead of copy · 83062c0bChanged to subclassing django's PasswordResetForm and overriding clean_password() instead of copy/paste. Less lines to worry about for diff-cover this way =) Jason Bau committed