class models.AbstractBaseUser get_username() Returns the value of the field
Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. This section of the documentation explains how
class backends.db.SessionStore Implements database-backed session store.
class serializers.JSONSerializer A wrapper around the JSON serializer from django.core.signing. Can only serialize
django.conf.settings.configure(default_settings, **settings) Example:
Signal.send(sender, **kwargs) [source]
save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the
Paginator.count The total number of objects, across all pages.
Paginator.page_range A 1-based range iterator of page numbers, e.g. yielding [1, 2, 3, 4].
get_rollback(using=None) [source]
Page 3 of 35