Hi all,

I've got problems (mainly due to my misunderstanding of Django
manipulators) making a custom manipulator work.

The code http://paste.e-scribe.com/2421/ works but has two quirks:

1) {{form.teacher}} doesn't render the actual teacher assigned to that
course but just the first in the list of teachers.

2) In the manipulator save() method i have to refer to model fields
with course.teacher_id. Shouldn't i be able to just do course.teacher
without instantiating a teacher object?

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 django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to