On 11/3/05, Kevin <[EMAIL PROTECTED]> wrote:
> Unfortunately,
> it seems the only method available in the Manipulator framework is
> save() and that stores the variable first in the database.  Is there a
> way to convert the form data into django Model objects without saving
> them to the db?

There's no way to do this in the default (automatic) Manipulators, but
doing it on your own, with a custom manipulator, should be easy. Check
out the docs: 
http://www.djangoproject.com/documentation/forms/#custom-forms-and-manipulators

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to