Navigation Menu

Skip to content

Commit

Permalink
Fixed #20890 -- Added missing import in class-based view docs.
Browse files Browse the repository at this point in the history
Thanks André Augusto.
  • Loading branch information
timgraham committed Aug 10, 2013
1 parent 6e70f47 commit ab68072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/topics/class-based-views/intro.txt
Expand Up @@ -198,6 +198,7 @@ A similar class-based view might look like::


from django.http import HttpResponseRedirect from django.http import HttpResponseRedirect
from django.shortcuts import render from django.shortcuts import render
from django.views.generic.base import View


from .forms import MyForm from .forms import MyForm


Expand Down

0 comments on commit ab68072

Please sign in to comment.