diff options
| author | Ramil Yanbulatov <rayman1104@gmail.com> | 2022-06-30 15:08:49 +0300 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-08-09 14:44:51 +0200 |
| commit | c6290bae9da94234091673fa57ea20411325a9e8 (patch) | |
| tree | a3aafea2b59d053aaaf44d0f23fa6db29c1c2e88 /docs/topics/http | |
| parent | f3a06b06b59b3d24d5c2c14a34a8051879203c45 (diff) | |
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 553fb06a61..b1ec796ed4 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -526,7 +526,7 @@ calls ``save()`` and loops until an unused ``session_key`` is generated. If you're using the ``django.contrib.sessions.backends.db`` backend, each session is a normal Django model. The ``Session`` model is defined in -``django/contrib/sessions/models.py``. Because it's a normal model, you can +:source:`django/contrib/sessions/models.py`. Because it's a normal model, you can access sessions using the normal Django database API:: >>> from django.contrib.sessions.models import Session |
