Skip to content

Commit

Permalink
Update mixins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diegueus9 committed Sep 25, 2015
1 parent 5b24bf9 commit b48b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_tracking/mixins.py
Expand Up @@ -12,7 +12,7 @@ def initialize_request(self, request, *args, **kwargs):
request = super(LoggingMixin, self).initialize_request(request, *args, **kwargs)

# get user
try:
try:
if request.user.is_authenticated():
user = request.user
else: # AnonymousUser
Expand Down

0 comments on commit b48b2d9

Please sign in to comment.