Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: f5123c7291e855713b59e739bad0e50a1d50d3ef
https://github.com/django/django/commit/f5123c7291e855713b59e739bad0e50a1d50d3ef
Author: julien 'pouete' Godin <
jul...@pouete.net>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M django/contrib/admin/templates/admin/app_index.html
M django/contrib/admin/templates/admin/auth/user/change_password.html
M django/contrib/admin/templates/admin/change_form.html
M django/contrib/admin/templates/admin/change_list.html
M django/contrib/admin/templates/admin/delete_confirmation.html
M django/contrib/admin/templates/admin/delete_selected_confirmation.html
M django/contrib/admin/templates/admin/index.html
M django/contrib/admin/templates/admin/login.html
A tests/admin_views/templates/admin/base_site.html
M tests/admin_views/tests.py
Log Message:
-----------
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
Thanks Keryn Knight for the report.