I have a model:
class MyModel(models.Model): creation_date = models.DateTimeField(auto_now_add = True, editable=False) class Meta: get_latest_by
I guess this is a known bug in Django that was fixed after 1.3 was released.