Fix typo in docs

This commit is contained in:
Aleksi Häkli 2019-05-19 21:23:24 +03:00
parent 26cc41b689
commit bfccbf0587
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -216,7 +216,7 @@ validator classes to function correctly.
u = authenticate(request=request, username=username, password=password)
if u is not None and u.is_active:
request.u = user
request.user = u
return True
return False