django1/django/contrib/admin
Russell Keith-Magee 9ae2a94776 Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Thanks to jsdalton for the report, and Julien Phalip for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-12 13:12:01 +00:00
..
locale Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alonso Bautista Villalobos and the rest of the Mexican translation team. 2011-02-06 06:06:29 +00:00
media Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Thanks to jsdalton for the report, and Julien Phalip for the patch. 2011-02-12 13:12:01 +00:00
templates Fixed #10573 -- Corrected autofocus problem in admin when the first widget displayed is a multiwidget. Thanks to rduffield for the report, and to Ramiro and Julien Phalip for the patch. 2011-02-08 12:00:21 +00:00
templatetags Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for thousand separators, regardless of the value of USE_THOUSAND_SEPARATOR. Thanks to Julien Phalip for the report and patch. 2011-02-08 12:00:01 +00:00
views Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields 2011-01-28 14:08:25 +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 Poured a little more perfectionism into the delete-confirmation templates. 2011-01-20 01:00:47 +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 #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict if there are no actions. 2011-02-02 15:24:31 +00:00
sites.py Fixed a few translation related tests: 2011-01-21 19:36:26 +00:00
util.py Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai for the report. 2011-01-20 00:33:32 +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 #14880 - raw_id_fields in admin does not work when limit_choices_to dictionary has value=False 2011-01-28 14:08:42 +00:00