#17190: NullBooleanSelect uses ugettext, should be ugettext_lazy
--------------------------+------------------------------------
Reporter: pennersr | Owner: nobody
Type: Bug | Status: new
Component: Forms | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
--------------------------+------------------------------------
Comment (by julien):
Just a quick note. This problem is happening when a widget is instantiated
while a form module is loaded, e.g.:
{{{#!python
class CommentForm(forms.Form):
name = forms.CharField(
widget=forms.TextInput(attrs={'class':'special'}))
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17190#comment:2>
Django <https://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.