#1207: Manipulators ignore default values, fields can't be omitted from forms
----------------------------+-----------------------------------------------
Reporter: akaihola | Owner: jacob
Type: defect | Status: new
Priority: normal | Milestone:
Component: Core framework | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by [EMAIL PROTECTED]):
crap some of my formatting got screwed up. the user-level code that seems
erroneous to me is:
m = Item.AddManipulator() [[BR]]
m.do_html2python(new_data)
The call chains are:
(1) Manipulator.do_2html -> FormField.convert_post_data(new_data)
(2) AM.save() [[BR]]
- - - -> Field.get_default(); and also [[BR]]
- - - -> Field.get_manipulator_new_data(new_data) -> Field.get_default()
(i'm not actually sure these are Field's, I'm guessing)
--
Ticket URL: <http://code.djangoproject.com/ticket/1207>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates
-~----------~----~----~----~------~----~------~--~---