matt.bartolome at uniontrib.com wrote: >[...] > > datecriteria_o = getattr(topic_o,'crit__expires') > datecriteria_o.edit(operation='min',daterange='ahead') > > What happens if you set a value as well datecriteria_o.edit(value=<some int>, operation='min',daterange='ahead') Raphael