Benedict Verheyen schreef:
<snip>

I now defined the fields in my custom change manipulator:
self.fields = (
 forms.PositiveIntegerField(field_name="Admissionnr", is_required=True),
 ...
 forms.SelectField(field_name="kamer", choices=room_choices),
 ...
)

This displays the correct list of available beds but it doesn't select
the bed of the patient when you edit the patient info like it normally
does with foreign keys. The selection is empty

Why is that?

Thanks


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to