mthorley:

I think you just need to override the save() method of your model.  
You can do all the processing you need before it's saved.

Corey


On Sep 5, 2006, at 10:21 AM, mthorley wrote:

>
> Thanks for the tip Nate!
>
> Does any one know what method receives the data from the form when it
> is submitted? I tried models.Field.get_db_prep_save but that doesn't
> seem to be working. I need to process the form data before it is  
> passed
> off to the database for saving.
>
> --
> mthorley
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to