Re: fixtures with updated timestamps

2011-03-30 Thread Marcos Moyano
You can write a pre_save signal http://docs.djangoproject.com/en/dev/ref/signals/#django.db.models.signals.pre_save Hope it helps, Marcos On Wed, Mar 30, 2011 at 8:09 AM, Robert Šmol wrote: > Hi, > > is it possible to load fixtures of models that have a datetime field and > then updated those?

fixtures with updated timestamps

2011-03-30 Thread Robert Šmol
Hi, is it possible to load fixtures of models that have a datetime field and then updated those? I mean we have a nice preset database, but it gets old over time, I need to refresh the time attributes during tests and new development deployments. Robert -- You received this message because you