Hi all, i'm having troubles doing a custom change manipulator. The code below almost does it's job but the select fields just display the first teacher value, not the one that is actually in the database. How do i make this work?
In this example i could easily use the stock ChangeManipulator but i need to understand how to make completely custom manipulators for other models and the documentation stops where it would be more needed. Also i feel i'm doing something wrong in the save() method since i'm forced to refer to the object attributes with the name of the field in the database (teacher_id) and not of the one in the model (teacher) Code here: http://paste.e-scribe.com/2391/ Thanks, Lorenzo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

