2012/1/11 Juergen Schackmann <juergen.schackm...@googlemail.com>

> Hi,
> this looks really great.
>

Thanks


> I have 3 questions for which I would highly appreciate the answers:
>
>
I hope have three answers


> 1. What is the best way to include some form magic, i.e. sending the
> changes not directly to the model but to a form that does some verification
> and also return the form error messages?
>

The value is does not send to the directly to the model.
Django-inplace-edit does verification, if you need a special verification
you can create an adaptor and overwrite the method "get_form", this returns
a specify form with a clean method.

See this:

http://pypi.python.org/pypi/django-inplaceedit#adaptor-api

Or this extension:

https://github.com/goinnn/django-inplaceedit-extra-fields/blob/master/inplaceeditform_extra_fields/fields.py



> 2. If I do not want to send field by field, but possibly a set of fields
> back to the to the server, like the row of a table. Would that be feasible?
>

Now this is not implemented, and I think it is not trivial. But you can try
it

3. How would you create a new field on the page/ new object in the model?
>

I'm sorry I don't understand this


>
> Keep up the great work
>

Thnx


> Juergen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/rR9BqMnZhEsJ.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to