Kaydet (Commit) ab680725 authored tarafından Tim Graham's avatar Tim Graham

Fixed #20890 -- Added missing import in class-based view docs.

Thanks André Augusto.
üst 6e70f47d
......@@ -198,6 +198,7 @@ A similar class-based view might look like::
from django.http import HttpResponseRedirect
from django.shortcuts import render
from django.views.generic.base import View
from .forms import MyForm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment