| 5 | | of a DateField or DateTimeField. If ``get_latest_by`` exists, the model's |
|---|
| 6 | | manager will get a ``latest()`` method, which will return the latest object in |
|---|
| 7 | | the database according to that field. "Latest" means "having the date farthest |
|---|
| 8 | | into the future." |
|---|
| | 5 | of a ``DateField`` or ``DateTimeField``. If ``get_latest_by`` exists, the |
|---|
| | 6 | model's manager will get a ``latest()`` method, which will return the latest |
|---|
| | 7 | object in the database according to that field. "Latest" means "having the date |
|---|
| | 8 | farthest into the future." |
|---|