#forms.py from app.widgets import SelectWithPopUp class CustomForm(forms.Form): selectfield = forms.ModelChoiceField(Model.objects, widget=SelectWithPopUp)
Please help.
Is there any simple better way to make a popup widget like the admin interface provides to add new data to choice field.
Please Help..
Thanks..
no i did not. waht's github
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.