#9718 closed Uncategorized (fixed)
Reference to 'FormWrapper objects' in auth docs is confusing
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
From the docs of the login view in user auth docs: http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs
"form: A Form object representing the login form. See the forms documentation for more on FormWrapper objects."
What are "FormWrapper" objects? It seems like something long gone, because I can't find any more references to it in the docs.
Change History (4)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
comment:3 by , 13 years ago
Easy pickings: | unset |
---|---|
Severity: | → Normal |
Type: | → Uncategorized |
UI/UX: | unset |
http://www.djangobook.com/en/beta/chapter12/ still there?
comment:4 by , 13 years ago
The Django Book is not part of the Django project documentation, it's an independent endeavor. In fact the example you point to has also been changed in the newest version of that book (http://www.djangobook.com/en/2.0/chapter14/)...what you have pointed to is a beta version of the 1.0 version...likely you do not want to be using that version to go by.
(In [9595]) Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user authentication docs.