Hi all -- I wrote a patch and explanation for http://code.djangoproject.org/ticket/1207 but haven't heard anything for two months, so I wanted to see if people thought it was a bug and if the patch is correct.
If you omit a field on a creation form then try to save via the AddManipulator, when you call manip.do_html2python(data) you get new garbage keys for fields that you didn't want to have in there. This is bad, because I would like to set the default=... for various fields, then if the web form doesn't include them, have those defaults used there. Up on the ticket there's pointers to a previous list discussion that seemed to imply it's actually a bug: http://groups.google.com/group/django-users/browse_thread/thread/5e134e5aa43bafe5/d50c9ebb0935cb20 I wrote a bunch about several different places it seemed a fix could go; it wasn't very clear to me what level was assuming what, so I was wondering if my fix is legit. I just wanted to fix this bug and I'm tired of keeping django trees on different machines patched! :) Thanks, Brendan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
