Skip to content

Commit

Permalink
Fixed #15524 -- Marked up for translation literal shown by the admin …
Browse files Browse the repository at this point in the history
…app e.g. in nullable changelist cells and filters. Thanks charettes for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Mar 1, 2011
1 parent dbe6ced commit 477c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/views/main.py
Expand Up @@ -24,7 +24,7 @@
ERROR_FLAG = 'e'

# Text to display within change-list table cells if the value is blank.
EMPTY_CHANGELIST_VALUE = '(None)'
EMPTY_CHANGELIST_VALUE = ugettext('(None)')

class ChangeList(object):
def __init__(self, request, model, list_display, list_display_links, list_filter, date_hierarchy, search_fields, list_select_related, list_per_page, list_editable, model_admin):
Expand Down

0 comments on commit 477c482

Please sign in to comment.