Skip to content

Commit

Permalink
Fix Django code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Dec 7, 2021
1 parent 88cde7c commit 9c40351
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def __call__(self, request):
response = self.get_response(request)
return self.process_response(request, response)


else:
# Django versions 1.x can use `settings.MIDDLEWARE_CLASSES` and expect
# old-style middlewares, which are created by inheriting from
Expand Down

0 comments on commit 9c40351

Please sign in to comment.