Sunday, October 23, 2016

Re: Silently continuing past an exception: is this proper? how else can I do this?

It seems there's a problem with my code, because you're just supposed to pass a dict to DocumentForm (or any modelForm really), not a model instance.

I actually want to make a DocumentForm initialized with values from an existing Document, so I can list existing Documents and provide a way to re-upload them and edit their description. Is this the right way to do it? Or should I only create DocumentForms only for new Documents to be created?

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/d80c08f2-f9d6-4a3f-a0a9-7db9d4a29cee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment