On 4/6/07, Henrik Lied <[EMAIL PROTECTED]> wrote: > Is this removed without a substitute?
* auto_now_add is best done by overriding 'save' to fill in the date * auto_now can easily be handled by a callable default value that fills in datetime.datetime.now or datetime.date.today. * LazyDate is best emulated by a callable which uses 'today' or 'now' or -- in the case of relative dates/times -- uses timedelta. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---