I have a model that where each entry has a date. How do I use queryset to find the entry with the earliest date? This is not dependent on 'pk' because I could add a row with an earlier date at a later time.I have a model that where each entry has a date