Re: Overriding update in models

2008-11-04 Thread Antonio Volpon
Thanks both. Horrible typo. I noticed, however, that the time update isn't the current one. Have to look at some locale? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Re: Overriding update in models

2008-11-04 Thread Antonio Volpon
Alex, thanks a lot for the suggestion, but it doesn't work. Antonio --~--~-~--~~~---~--~~ 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 unsubsc

Overriding update in models

2008-11-04 Thread Antonio Volpon
Hello. I am very new to Django and I'm having some problems in overriding the save method for a simple class. In particular, the following code (models.py) used against a Mysql database doesn't change the value of the two date fields when i save the page in admin, while it correctly changes the v