tarak / django-password-policies

Django unicode-aware password policies.
Other
59 stars 92 forks source link

Merge fixes for issues 43 and 44. #45

Closed gBobCodes closed 9 years ago

gBobCodes commented 9 years ago

The first commit is for issue 43. The second commit is for issue 44.

Tests passed. I did not create any new tests. bobs-mbp:~/django-password-policies $ python tests.py Creating test database for alias 'default'...

............................

Ran 28 tests in 20.724s

OK

tarak commented 9 years ago

Thx! I reviewed your changes and found no reason not to merge.

gBobCodes commented 9 years ago

Tarak, when do you plan on releasing this version on pypi? I want to get these changes into my application. Thanks. Bob