#14995 closed (fixed)
from django.views.generic import FormView
| Reported by: | Mike Fogel | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
All class-based generic views that aren't documented to be mixins are made available via django.views.generic - save one. FormView. I'd propose that it be made available as well.
See attached patch. Thanks.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | formview-import.diff added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [15160]) Fixed #14995 -- Add FormView import to generic views init. Thanks carbonXT.