Kaydet (Commit) c6560e48 authored tarafından Lucian Ursu's avatar Lucian Ursu

Fixed #19690 - Removed unused import

Removed an import of a class unused in the Ajax example.
üst b99a4e10
......@@ -225,7 +225,6 @@ works for AJAX requests as well as 'normal' form POSTs::
from django.http import HttpResponse
from django.views.generic.edit import CreateView
from django.views.generic.detail import SingleObjectTemplateResponseMixin
class AjaxableResponseMixin(object):
"""
......
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