I'm writing tests for an application, and I sort by update_time for one model. Is it possible in my fixtures to set fixed times? Right now, the update_time attribute is always almost "right now". If I try to set it in my JSON fixtures file, that value is overridden when the fixture is saved, and when I set it manually, I can't save because then the update_time would be when I call save(), not what I manually set.
I'm using 0.96 Vincent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---