Changes between Version 5 and Version 6 of CookBookManipulatorCustomManipulator


Ignore:
Timestamp:
Mar 9, 2006, 4:14:45 AM (18 years ago)
Author:
Luca M.
Comment:

Patch to fill the form with data in PollEdit

Legend:

Unmodified
Added
Removed
Modified
  • CookBookManipulatorCustomManipulator

    v5 v6  
    4848        # You can also define your fields here, if you'd like.
    4949        self.poll = poll
     50        ## Luca M.: 03/09/2006
     51        ## I've to uncomment the following line to fill the form with the current data
     52        # self.default = poll.__dict__
     53        ## Is this correct ? I'm using django 0.91
    5054       
    5155    def complete(self, request, data):
Back to Top