#11740: ModelForm documentation not clear on default attributes of custom Fields ---------------------------+------------------------------------------------ Reporter: severian | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ The current documentation for ModelForm doesn't make clear that when you specify a custom field, default values for {{{required}}}, {{{initial}}}, etc. will not be drawn from the underlying model, as they are when you let the ModelForm create default fields. A patch is attached that explains this.
As of this writing, the most straightforward example would involve a custom widget, but since a new paradigm for doing that is apparently about to be introduced ([http://code.djangoproject.com/ticket/9223]), I used an example with a custom field. A related discussion is here: [http://groups.google.com/group/django- developers/browse_thread/thread/904f0ec46525f922]. -- Ticket URL: <http://code.djangoproject.com/ticket/11740> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---