Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▾ sessions
▸ apps
▸ backends
▾ base_session
class
AbstractBaseSession
class
BaseSessionManager
▸ exceptions
▸ management
▸ middleware
▸ migrations
▸ models
▸ serializers
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class BaseSessionManager
django
.
contrib
.
sessions
.
base_session
.
BaseSessionManager
Declaration
class
BaseSessionManager(
models.Manager
)
source
link
Methods
▷
def
encode
(
self, session_dict
)
Return the given session dictionary serialized and encoded as a string.
source
link
▷
def
save
(
self, session_key, session_dict, expire_date
)
source
link
Subclasses
django
.
contrib
.
sessions
.
models
.
SessionManager
Reexports
Imported in
django.contrib.sessions.models
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04