Skip to content
Snippets Groups Projects
Commit e3aa79d8 authored by Calum Mackervoy's avatar Calum Mackervoy Committed by Jean-Baptiste Pasquier
Browse files

major: update to DjangoLDPv1

parent 88201ee6
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ class CurrentUserMiddleware: ...@@ -20,7 +20,7 @@ class CurrentUserMiddleware:
# so no signal handler should be attached # so no signal handler should be attached
return return
if hasattr(request, 'user') and request.user.is_authenticated(): if hasattr(request, 'user') and request.user.is_authenticated:
user = request.user user = request.user
else: else:
user = None user = None
......
...@@ -10,7 +10,7 @@ license = MIT ...@@ -10,7 +10,7 @@ license = MIT
[options] [options]
packages = find: packages = find:
install_requires = install_requires =
djangoldp~=0.7 djangoldp>=1.0.0
[options.extras_require] [options.extras_require]
include_package_data = True include_package_data = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment