I have some autocomplete fields set up like so:

class WebProfileForm(autocomplete_light.ModelForm):


    class Meta:
        model = Profile
        autocomplete_fields = ('organizations', 'groups')
        exclude = []

In admin, I get the working auto complete fields, but on the user profile 
page, it's just a heinous multi-select.  Note that "groups" is a separate 
model from the built-in group model.

TIA,
Joel

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to