Commit c6560e48 authored by Lucian Ursu's avatar Lucian Ursu
Browse files

Fixed #19690 - Removed unused import

Removed an import of a class unused in the Ajax example.
parent b99a4e10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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):
        """