On 6/28/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
> On 6/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > 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
>
> Hi Vincent,
>
> This is a known problem, which is a variation on the theme of #4459.
> At present, there is no workaround for this; I'm hoping to look at
> this in the near future.

FYI - I committed a fix for this as [5658].

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to