mirror of https://github.com/django/django.git
[1.5.x] Fixed #19690 - Removed unused import in doc examples.
Backport of c6560e4843
from master
This commit is contained in:
parent
56a7d11237
commit
a22480797d
|
@ -225,7 +225,6 @@ works for AJAX requests as well as 'normal' form POSTs::
|
||||||
|
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from django.views.generic.edit import CreateView
|
from django.views.generic.edit import CreateView
|
||||||
from django.views.generic.detail import SingleObjectTemplateResponseMixin
|
|
||||||
|
|
||||||
class AjaxableResponseMixin(object):
|
class AjaxableResponseMixin(object):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue