django1/django/contrib/admin
Jannis Leidel 093009bf1f Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-05 22:41:06 +00:00
..
media Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha. 2011-01-05 22:41:06 +00:00
templates Fixed #12957 -- Added scope to the changelist tables for accessibility reasons. Thanks, acdha. 2011-01-05 22:40:45 +00:00
templatetags Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. Thanks, Simon Meers. 2010-12-12 22:54:50 +00:00
views Fixed #11700 -- Stopped admin actions and list_editable fields to show up in popups. Thanks to Simon Meers for the initial patch. 2011-01-02 01:32:40 +00:00
__init__.py Revert the removal of an unused import (in [14175]) that was referenced in documentation. Thanks for noticing, clong. 2010-10-27 07:08:15 +00:00
actions.py Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
filterspecs.py Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
forms.py Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 2010-12-02 00:44:35 +00:00
helpers.py Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one line. Thanks, julien. 2010-12-21 15:07:09 +00:00
models.py Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed an unhandled edge case in LogEntry handling in the admin. Thanks to Ramiro Morales for the report. 2010-12-22 16:24:30 +00:00
options.py Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't caught as a security problem. Thanks to medhat for the report. 2011-01-03 13:56:31 +00:00
sites.py Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 2010-12-02 00:44:35 +00:00
util.py Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
validation.py Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
widgets.py Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidgetWrapper. 2010-11-22 21:55:29 +00:00