On Fri, 2007-03-23 at 23:31 +0100, Frank Tegtmeyer wrote:
> Hi Malcolm,
> 
> thanks for your replies.
> 
> > In your form processing code, check for empty strings and update it with
> > the default value if you wish.
> 
> I use the create_object generic view. I looked for the mentioned
> pre_save hook in all the docs but couldn't find any hint how to use
> this. I assume pre_save would be the right place to do this.
> 
> I also saw in releasenotes for 0.95 that save() can be overridden, but
> I have no clue what to do in this function. Can you point me somewhere
> to look for a solution?

Save() is just a method on the model class. So you can write your own
save() method in your model to do any adjustments you like pre- or
post-saving. See, for example,
http://www.djangoproject.com/documentation/model-api/#overriding-default-model-methods
 .

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to