On Mar 29, 1:38 pm, "Jonas Maurus" <[EMAIL PROTECTED]> wrote:
> Also, there simply are languages where this punctuation doesn't make
> sense. Adding it automatically then telling international users that
> they have to write a lot more code, because english developers wanted
> to save one character is bad, I think. Imho, adding even more magic to
> make it go away, makes even less sense.
>
> Not to mention that there are a lot of layout choices that would make
> this colon superfluous.
>
> What's wrong with
>   name = forms.CharField(label='Your name:')?
>
> I'd definitely go for removing this altogether before it's to late.

I think there are lots of situations where you need to normalize the
labels with some string. Why not just make it an optional parameter to
the Form class with a default value.. maybe ":"?

Rune


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to