Hi, I understand why we have the django.db.models.LazyDate(): it's to make sure we get the datetime value at execution time and not at "compile" time. The docs tell you to use it for "limit_choices_to", but should I also use it when I want the default value of a DateTimeField to be "now". And how about inside model methods, manager methods and view functions? I guess one should/can use datetime.now() in those places, but I'm not sure. Can anyone provide some info on this subject? It might also be interesting to add this to the docs.
Thanks, Rudolph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

