Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 11f0899bbe7c04dc6109f57c3b36ed8621b8f08e
https://github.com/django/django/commit/11f0899bbe7c04dc6109f57c3b36ed8621b8f08e
Author: Nick Presta <
ni...@nickpresta.ca>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M AUTHORS
M django/forms/forms.py
M django/forms/utils.py
M docs/releases/1.8.txt
M docs/topics/forms/index.txt
M tests/admin_inlines/tests.py
M tests/admin_views/tests.py
M tests/forms_tests/tests/test_error_messages.py
M tests/forms_tests/tests/test_forms.py
M tests/forms_tests/tests/test_regressions.py
Log Message:
-----------
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Thanks Daniel Pope for the suggestion.