Loading docs/topics/http/sessions.txt +0 −3 Original line number Diff line number Diff line Loading @@ -800,9 +800,6 @@ to query the database for all active sessions for an account):: class CustomSession(AbstractBaseSession): account_id = models.IntegerField(null=True, db_index=True) class Meta: app_label = 'mysessions' @classmethod def get_session_store_class(cls): return SessionStore Loading Loading
docs/topics/http/sessions.txt +0 −3 Original line number Diff line number Diff line Loading @@ -800,9 +800,6 @@ to query the database for all active sessions for an account):: class CustomSession(AbstractBaseSession): account_id = models.IntegerField(null=True, db_index=True) class Meta: app_label = 'mysessions' @classmethod def get_session_store_class(cls): return SessionStore Loading