The help_text attribute in forms can be a ugettext_lazy() object, so be careful
commit7296e39530f98d2f24b77e41f6ed15d655077e95
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Wed, 30 Jul 2008 05:50:24 +0000 (30 05:50 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Wed, 30 Jul 2008 05:50:24 +0000 (30 05:50 +0000)
tree91076dc11758aec3cb79d191a79e5aa95bf4dae2
parent52351b2001351b11737a261a847a55da1c831cc9
The help_text attribute in forms can be a ugettext_lazy() object, so be careful
not to trigger translations at import time.

I checked other usages of help_text in form fields and model fields and there
is not similar usage in __init__() methods.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/forms/fields.py