my code:
ModifyComment.base_fields['fk_bullet'] =
forms.ModelChoiceField(queryset=Bullet.objects.filter(fk_day=day_id))
i what one of the options in the querset to be the default or initial
value. using initial doesn't work with ModelChoiceFiel. Does anyone
know which other attribute i could use?
stephane