django/tests/modeltests/get_earliest_or_latest
Anssi Kääriäinen 7aa538357c Cleaned up testing models.py added for earliest()
The main cleanup was removal of non-necessary __unicode__ method. The
tests didn't break on py3 as the string representation was never used
in the tests.

Refs #17813. Thanks to Simon Charette for spotting this issue.
2013-01-20 08:53:45 +02:00
..
__init__.py Fixed #17813 -- Added a .earliest() method to QuerySet 2013-01-20 06:39:35 +02:00
models.py Cleaned up testing models.py added for earliest() 2013-01-20 08:53:45 +02:00
tests.py Fixed #17813 -- Added a .earliest() method to QuerySet 2013-01-20 06:39:35 +02:00