#5126: Populate `initial_data` of forms from model instance
------------------------------------------------+---------------------------
Reporter: Christopher Lenz <[EMAIL PROTECTED]> | Owner:
nobody
Status: new | Component:
django.newforms
Version: SVN | Resolution:
Keywords: | Stage: Design
decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 1 | Needs_better_patch: 0
------------------------------------------------+---------------------------
Comment (by Petr Marhoun <[EMAIL PROTECTED]>):
There is method initial_data in the newforms-admin branch:
{{{
#!python
from django.newforms.models import initial_data
form = MyForm(initial=initial_data(myinstance))
}}}
I think that this method should be accessible as
django.newforms.initial_data (it is very usefull) - see the patch
[http://code.djangoproject.com/attachment/ticket/5126/initial-data-
newforms-admin.diff initial-data-newforms-admin.diff] (only one word is
added).
The patch [http://code.djangoproject.com/attachment/ticket/5126/initial-
data-trunk.diff initial-data-trunk.diff] is invalid - I didn't know that
this method isn't in trunk.
--
Ticket URL: <http://code.djangoproject.com/ticket/5126#comment:9>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---