Hello, This is my first post on the list, I have only been using django for a short time, but have been impressed with it.
I obviously have a LOT to learn, and hope someone will be able to point me to the answer. I'm aware that there are many ways to do something, but wonder it is best, or is there a more 'pythonic, django-esque' way. I've recently started looking into using model form views. Use of these model form views seems to streamline the development process further, but I'm wondering if you lose some flexibility. https://docs.djangoproject.com/en/1.9/topics/class-based-views/generic-editing/#model-forms and have a question about them. Since these views "will automatically create a ModelForm <https://docs.djangoproject.com/en/1.9/topics/forms/modelforms/#django.forms.ModelForm>,", is it still possible to specify a widget to use with specific fields in that form? As in a 'manual' ModelFrom, ( <goog_774078442> https://docs.djangoproject.com/en/1.9/topics/forms/modelforms/#overriding-the-default-fields ) one can specify a widget, overriding the default. Thanks, Jerry -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e8d10db3-9ca1-4695-bcbe-deda3b527761%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

