summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/sessions.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index b72ce2f0d0..c74e35399d 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -817,9 +817,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