mirror of
https://github.com/django/django.git
synced 2025-07-26 14:44:24 +00:00
Fixed #19690 - Removed unused import
Removed an import of a class unused in the Ajax example.
This commit is contained in:
parent
b99a4e1073
commit
c6560e4843
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue