diff options
Diffstat (limited to 'django/contrib/sessions/models.py')
| -rw-r--r-- | django/contrib/sessions/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/sessions/models.py b/django/contrib/sessions/models.py index a744267927..cb7a3f7c2f 100644 --- a/django/contrib/sessions/models.py +++ b/django/contrib/sessions/models.py @@ -22,7 +22,7 @@ class Session(AbstractBaseSession): For complete documentation on using Sessions in your code, consult the sessions documentation that is shipped with Django (also available - on the Django Web site). + on the Django web site). """ objects = SessionManager() |
