Index: contrib/admin/templates/admin/base_site.html
===================================================================
--- contrib/admin/templates/admin/base_site.html	(revision 13336)
+++ contrib/admin/templates/admin/base_site.html	(working copy)
@@ -4,7 +4,7 @@
 {% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %}
 
 {% block branding %}
-<h1 id="site-name">{% trans 'Django administration' %}</h1>
+<a href="/"><h1 id="site-name">{% trans 'Django administration' %}</h1></a>
 {% endblock %}
 
 {% block nav-global %}{% endblock %}
Index: contrib/auth/models.py
===================================================================
--- contrib/auth/models.py	(revision 13336)
+++ contrib/auth/models.py	(working copy)
@@ -10,7 +10,6 @@
 from django.utils.hashcompat import md5_constructor, sha_constructor
 from django.utils.translation import ugettext_lazy as _
 
-
 UNUSABLE_PASSWORD = '!' # This will never be a valid hash
 
 def get_hexdigest(algorithm, salt, raw_password):
