Hi Kai,

No, because auto_now & auto_now_add are deprecated and the recommended
way to provide auto_now functionality is by overriding the save()
method. That's why I am doing it that way...



On 15 Ağustos, 04:32, "Kai Kuehne" <[EMAIL PROTECTED]> wrote:
> Sorry,
>
> On 8/15/07, Kai Kuehne <[EMAIL PROTECTED]> wrote:
>
> > self.added = models.DateTimeField(auto_now=True)
>
> I meant auto_now_add.


--~--~---------~--~----~------------~-------~--~----~
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