diff --git a/readthedocs/concepts/sessions.rst b/readthedocs/concepts/sessions.rst index a94bc773..8687dc7b 100644 --- a/readthedocs/concepts/sessions.rst +++ b/readthedocs/concepts/sessions.rst @@ -103,6 +103,9 @@ There are other community-maintained implementations available: * `MongoDB `_: stores the current session in a MongoDB database. +* `Django `_: + stores all sessions for Django ORM. + Creating your Own Storage =========================