Skip to content

Commit

Permalink
Fixed #14995 -- Add FormView import to generic views __init__. Thanks…
Browse files Browse the repository at this point in the history
… carbonXT.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
andrewgodwin committed Jan 8, 2011
1 parent d216ff9 commit 4a9ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/views/generic/__init__.py
Expand Up @@ -3,7 +3,7 @@
WeekArchiveView, DayArchiveView, TodayArchiveView,
DateDetailView)
from django.views.generic.detail import DetailView
from django.views.generic.edit import CreateView, UpdateView, DeleteView
from django.views.generic.edit import FormView, CreateView, UpdateView, DeleteView
from django.views.generic.list import ListView


Expand Down

0 comments on commit 4a9ecdb

Please sign in to comment.