#29208: Mistake in the documentation, request.POST['username'] is not working,
but
request.POST.get('username') is working!
----------------------------------+--------------------------------------
Reporter: Marat Mkhitaryan | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 4.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------------------
Comment (by Tim Graham):
Maybe it's unclear that this code is for example purposes only and isn't
meant to be copied into your project. This is an example of how to use the
low-level `login()` function. It's not meant as a robust
[https://docs.djangoproject.com/en/stable/topics/auth/default/#django.contrib.auth.views.LoginView
LoginView].
--
Ticket URL: <https://code.djangoproject.com/ticket/29208#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/073.5ea8419d7f8b6d4a0925e055c678f9d9%40djangoproject.com.