﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26076	SessionBase's _hash method's variable key_salt need add a dot to be a complete class path	LI Yong	nobody	"Maybe it's more elegant to add a dot in the key_salt (variable of django.contrib.sessions.backends.base.SessionBase._hash method in file django/contrib/sessions/backends/base.py)

  {{{#!python
      def _hash(self, value):
        key_salt = ""django.contrib.sessions"" + self.__class__.__name__
        return salted_hmac(key_salt, value).hexdigest()
  }}}


Now the module and class name is not separated by a dot (like '''{{{django.contrib.sessionsSessionStore}}}''' rather than '''{{{django.contrib.sessions.SessionStore}}}''' )"	Cleanup/optimization	closed	contrib.sessions	1.9	Normal	wontfix			Unreviewed	0	0	0	0	0	0
