Kenneth Gonsalves wrote: > hi, > when using AddManipulator and returning the form for correcting > errors, the select field does not get populated with the choice > selected. I could do this manually, but does django have a way of > doing it automatically?
If using trunk, are you using flatten_data as directed in http://code.djangoproject.com/wiki/NewAdminChanges ? These changes need to go into the tutorial and other documentation.