+1
−0
django/contrib/sessions/base_session.py
0 → 100644
+51
−0
Loading
Introduced an AbstractBaseSession model and hooks providing the option of overriding the model class used by the session store and the session store class used by the model.