Unless something has changed since.96 you should be able to access initial and bound data directly. They are stored in dicts on the form object called 'initial' and 'data'
form.data.fieldname (this is pre-cleaned bound data) form.cleaned_data.fieldname (post clean if valid) form.initial.fieldname (values set for initial) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---