[1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea
from master
This commit is contained in:
parent
e0a4d4477c
commit
23e106bb72
|
@ -811,9 +811,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…
Reference in New Issue