django forms overwrite data when saved
Posted
by dana
on Stack Overflow
See other posts from Stack Overflow
or by dana
Published on 2010-05-22T22:44:29Z
Indexed on
2010/05/22
22:50 UTC
Read the original article
Hit count: 218
If a have a form, with the data from a user, let's say a CV, and i save the data from the form into a database, but i don't want that a CV from the same user to be stored in the database more than once(when edited form instance)
I want it to be overwritten every time it is saved by one same user. How can i do it?
thanks a lot
© Stack Overflow or respective owner