Searched refs:CustomBackendSessionFactory (Results 1 – 5 of 5) sorted by relevance
10 New backends can be added extending :class:`CustomBackendSessionFactory`.27 .. autoclass:: CustomBackendSessionFactory
16 class MemcacheSessionFactory(sessions.CustomBackendSessionFactory):
80 class DatastoreSessionFactory(sessions.CustomBackendSessionFactory):
208 class CustomBackendSessionFactory(BaseSessionFactory): class
214 f = sessions.CustomBackendSessionFactory('foo', store)