We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049ae8c commit afdd516Copy full SHA for afdd516
fileupload/views.py
@@ -42,7 +42,6 @@ def form_valid(self, form):
42
return response
43
44
class BasicVersionCreateView(PictureCreateView):
45
-# model = Picture
46
template_name_suffix = '_basic_form'
47
48
class PictureDeleteView(DeleteView):
0 commit comments