Andy Shaw wrote: > lowest ID, or you can write a custom SQL query to do the same thing. I > don't know if Django currently has a built-in feature to let you do > this, though it is possible that the database will return the records in
Julio Nobrega wrote: > first_record = models.get_list(order_by = ['id'], limit = 1)[0] > > Maybe even .get_object() if it works with limit 1. Laurent RAHUEL wrote: > reqObs = something.get_list(order_by=('id',), limit=1) > if reqObs: > firstOb = reqObs[0] *slaps forehead* Naturally. Sorry, guys. -Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---