Re: Loading Data Custom Manipulator

2006-04-04 Thread Michael Radziej
[EMAIL PROTECTED] schrieb: > I used the manipulator.py script on the wiki to generate it then made > the changes I needed. Ouch. I can't give much of advice about this. Perhaps your manipulator class should derive from yourModels.Model.ChangeManipulator and it starts to work. Worth a try.

Re: Loading Data Custom Manipulator

2006-04-04 Thread [EMAIL PROTECTED]
I used the manipulator.py script on the wiki to generate it then made the changes I needed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Loading Data Custom Manipulator

2006-04-04 Thread Michael Radziej
[EMAIL PROTECTED] schrieb: > It appears that I need to have a custom flatten_data() that will Have you derived it from the automatically (in the model) provided manipulator? Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Loading Data Custom Manipulator

2006-04-04 Thread [EMAIL PROTECTED]
Hi, I currently have a custom manipulator that I wish to use for both editing and creating new objects. I can create objects using this manipulator, but am currently incapable of editing an object. I have tried searching through the msg list and the documentation to no luck. It appears that I