> Now, I cant remember but I believe that if you add missing key data in
> cleaned method, giving the name django would expect, you would be able
> to just save the form. You could also just manually access the key
> field from the cleaned_data and apply it on the model.

Unfortunately, this isn't the case. This was the first thing I tried,
but I found code in Django's forms/models.py that strips out cleaned
data that doesn't explicitly appear in either the fields or exclude
list. It's quite a frustrating and arbitrary limitation, and took me
several hours to work around.

Chris

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to