#10616: Meta.permission does not work with lazy translations
--------------------------+-------------------------------------------------
Reporter: apollo13 | Owner: nobody
Status: new | Milestone: 1.1
Component: Contrib apps | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
--------------------------+-------------------------------------------------
http://paste.pocoo.org/show/109432/
Problem is this line:
{{{
permissions = (
("only_own", _("Restrict to own Obj.")),
)
}}}
As jacob suggested on irc:
{{{
<jacobkm> It's probably a simple fix -- just need a smart_unicode() call
somewhere.
<jacobkm> File a ticket and mark it for the 1.1 milestone; we'll get it
done.
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/10616>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---