Hi,

I got some troubles today with newforms. I use to create models fields
with a first implicit verbose_name argument:
email = models.EmailField("E-mail")

Unfortunately newforms fields have quite similar argument (label) but
it's not the first argument. Moreover, it's a bit annoying because I
got an UnicodeError which drive me crazy before I verify the argument
order.

I know it's easy to type label= for all newforms fields but maybe we
can reorder arguments in newforms before 0.96? What's your opinion
about that? Am I the only one?

Cheers,
David

--~--~---------~--~----~------------~-------~--~----~
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