#1208: [PATCH] Support updating multiple joins in FastData
-------------------------+--------------------------------------------------
Reporter: wavy | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: FastData | Version: 1.0b2
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
datacontroller.py:
Adds support in _updateJoins to handle MultipleJoins (previously raised
NotImplemented). Also minor refactor of RelatedJoin code to be more
efficient (one getattr call versus one per loop iteration)
Added code in edit() to populate join widgets with relations when editing
an existing object (for RelatedJoins as well as MultipleJoins)
formmaker.py:
join_widget_related_col is now join_widget_both with appropriate
isinstance, as it handles both MultipleJoins and RelatedJoins identically.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1208>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---