Hi guys,

I have a quick question:

I have set auto_now=True for one of my DateTimeFields.

Lets say I have a model object like so:

>> a = MyModel.objects.get(id="10")
>> print a.id
>> "10"
>> a.id = "10"
>> a.save()

will this cause my DateTimeField to change it's timestamp?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to