Skip to content

Commit

Permalink
Fix typos in mixins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 authored and ad-m committed Oct 30, 2019
1 parent e9f482d commit 1be1a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guardian/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LoginRequiredMixin:
Due to parent class order traversal this mixin must be added as the left
most mixin of a view.
The mixin has exaclty the same flow as `login_required` decorator:
The mixin has exactly the same flow as `login_required` decorator:
If the user isn't logged in, redirect to ``settings.LOGIN_URL``, passing
the current absolute path in the query string. Example:
Expand Down Expand Up @@ -247,7 +247,7 @@ class SecureView(PermissionListMixin, ListView):
``PermissionListMixin.get_objects_for_user_extra_kwargs``
*Default*: ``{}``, A extra params to pass for ```guardian.shorcuts.get_objects_for_user```
*Default*: ``{}``, A extra params to pass for ```guardian.shortcuts.get_objects_for_user```
"""
permission_required = None
Expand Down

0 comments on commit 1be1a0a

Please sign in to comment.