I have this model http://dpaste.com/153722/ and I have a ModelForm for
it on my site. When I complete the form it saves everything as it
should and displays just a detail page for each entry with all of the
correct information from the Model.

When I go back to edit the form, or I view it in the CRUD admin that
comes with Django the fields ha_grade and hp_grade do not display the
previously selected grade, just the -------

This is a big problem since we are constantly updating/editing these
files for students and we don't want to have to reenter every grade,
every time...

What have I done wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to