tarak / django-password-policies

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

Update views.py #55

Closed cks333 closed 8 years ago

cks333 commented 8 years ago

Error - 'WSGIRequest' object has no attribute 'REQUEST' due to the usage of self.request.REQUEST.get(name, '') in password_policies\views.py (line 110). Fix for the same.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 78.321% when pulling 73a3a8135985e4d6b6ef8019ae846b8fa7521002 on cks333:patch-1 into 1aa31f7e353a33f909b9c6cf8a252a98ccab26c6 on tarak:master.

cks333 commented 8 years ago

It is already fixed in #52