django1/django/contrib/admin
Jannis Leidel cff4ee5cba Updated admin source translation to include string added in r15698.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15708 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-02 13:15:54 +00:00
..
locale Updated admin source translation to include string added in r15698. 2011-03-02 13:15:54 +00:00
media Fixed #15291 -- Corrected alignment issue when actions are disabled in a ModelAdmin. Thanks to Julien Phalip for the report and patch. 2011-02-19 08:10:57 +00:00
templates Fixed #15490 -- Added some missing semicolons in admin javascript. Thanks to Jonathan Slenders for the report and patch. 2011-02-25 01:02:59 +00:00
templatetags Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin changelist won't wrap split the widget. Thanks to patrick@vonautomatisch.at for the report, and Julien Phalip for the patch. 2011-02-26 12:43:57 +00:00
views Slightly modified change [15698] to use ugettext_lazy since it's a module level variable. Refs #15524. 2011-03-02 10:44:48 +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 #8528 -- Ensure that null values are displayed as a filtering option in the admin if a field allows nulls. Thanks to StevenPotter for the report, and oyvind, marcob, Simon Meers and Julien Phalip for the patch. 2011-02-25 15:14:26 +00:00
forms.py Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath for the report. 2011-02-19 08:09:40 +00:00
helpers.py Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `readonly_fields` by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue. 2011-02-26 01:44:41 +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 #14529 -- Fixed representation of model names in admin messages after model object changes when the ModelAdmin queryset() uses defer() or only(). Thanks rlaager for report and initial patch, to rasca an julien for help in tracking the problem. 2011-02-20 23:09:25 +00:00
sites.py Prevented non-admin users from accessing the admin redirect shortcut. 2011-02-24 13:34:51 +00:00
util.py Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `readonly_fields` by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue. 2011-02-26 01:44:41 +00:00
validation.py Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `readonly_fields` by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue. 2011-02-26 01:44:41 +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