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.
2 parents 1ad42f3 + fd5edd1 commit 527f91eCopy full SHA for 527f91e
user_sessions/models.py
@@ -22,7 +22,7 @@ class Session(AbstractBaseSession):
22
abstracts the sending and receiving of cookies. Cookies contain a
23
session ID -- not the data itself.
24
25
- Additionally this session object providers the following properties:
+ Additionally this session object provides the following properties:
26
``user``, ``user_agent`` and ``ip``.
27
"""
28
user = models.ForeignKey(getattr(settings, 'AUTH_USER_MODEL', 'auth.User'),
0 commit comments