We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183da75 commit 7e2fed9Copy full SHA for 7e2fed9
1 file changed
codespeed/auth.py
@@ -11,7 +11,7 @@
11
12
13
def is_authenticated(request):
14
- # NOTE: We do type check so we also support newer versions of Djando when
+ # NOTE: We do type check so we also support newer versions of Django when
15
# is_authenticated and some other methods have been properties
16
if isinstance(request.user.is_authenticated, (types.FunctionType,
17
types.MethodType)):
0 commit comments