mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed some intersphinx references.
This commit is contained in:
parent
bedd439297
commit
babbf18999
3 changed files with 3 additions and 3 deletions
|
@ -291,7 +291,7 @@ You can edit it multiple times.
|
|||
- ``modification``: last modification of the session, as a
|
||||
:class:`~datetime.datetime` object. Defaults to the current time.
|
||||
- ``expiry``: expiry information for the session, as a
|
||||
:class:`~datetime.datetime` object, an :func:`int` (in seconds), or
|
||||
:class:`~datetime.datetime` object, an :class:`int` (in seconds), or
|
||||
``None``. Defaults to the value stored in the session by
|
||||
:meth:`set_expiry`, if there is one, or ``None``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue