Collin,

Thanks for the response.

I don't want to use the built-in rendering, that's the thing. I'm
building my form fields with a Javascript library, and using the
Django newforms for the server-side validation goodness.

As a result, I just want the value that's going to be displayed, bound
or unbound. Unfortunately, my reading of the code tells me that I
would need to duplicate the logic that the field goes through to
determine this. There's no "get_value_to_render" or suchlike to call.

Regards,
-scott

On Sep 16, 9:07 pm, Collin Grady <[EMAIL PROTECTED]> wrote:
> What exactly is your use case here? This should all be handled
> automatically when you do {{ form.fieldname }}, depending on if it's
> bound or not :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to