Opened 8 years ago
Closed 8 years ago
#26907 closed New feature (needsinfo)
view for UserCreationForm
Reported by: | lao zzzi | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | 1.9 |
Severity: | Normal | Keywords: | registration view |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There are some built-in auth forms and views that work with these forms. But I find that there is not view that use UserCreationForm. Of course, it's not so important, but I think it could be handy. Thanks)
Note:
See TracTickets
for help on using tickets.
I think we'd need a proposal of what such a view would look like. Is there some reason
django.views.generic.edit.CreateView
wouldn't work?