On Fri, Feb 4, 2011 at 3:37 PM, Marcos Moyano <[email protected]> wrote:
> Remove (None, "No Period") from your choices and left the required=False on
> your form field. That should work.
>
but I wanted to do was to change the default value of null value:
instead of '------' I want to show "No Period".
this seems to work for now: ('', "No Period")
--
Marc
--
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en.