Hi,
I have a lot of models using this type of fields :
<code>
creation = models.DateTimeField(auto_now_add=True)
update = models.DateTimeField(auto_now=True)
</code>
But I read that since 2007, it was planned to drop those options from
models.DateField.
Here the post :
http://groups.google.com/group/django-developers/browse_thread/thread/4cd631c225cb4e52
So what I have to do ? New custom fields ?
I saw some tickets but I didn't find a nice substitute...
Any suggestions ?
Yours,
Thierry.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---