Opened 16 years ago

Closed 16 years ago

#6438 closed (duplicate)

contrib/admin/util.py not importing gettext on newforms admin

Reported by: sdistefano Owned by: nobody
Component: Uncategorized Version: newforms-admin
Severity: Keywords: gettext newforms delete
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It can reproduced by trying to delete eany object in the admin.
A simple
from django.utils.translation import ugettext as _
at the top of contrib/admin/util.py fixes the problem.

Change History (1)

comment:1 by Tom Vergote, 16 years ago

Resolution: duplicate
Status: newclosed

duplicate of #5661

Note: See TracTickets for help on using tickets.
Back to Top