mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Support full-path import of Django View class
requestHandler still MISSING :(
This commit is contained in:
@@ -37,7 +37,7 @@ class ClassView(View, Foo):
|
||||
return HttpResponse('ClassView get: {}'.format(untrusted)) # $HttpResponse
|
||||
|
||||
|
||||
# direct import with full path to `View` class (not supported)
|
||||
# direct import with full path to `View` class (previously not supported)
|
||||
class ClassView2(django.views.generic.base.View):
|
||||
def get(self, request): # $ MISSING: requestHandler
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user