django/tests/modeltests/basic
Simon Charette 5cbfb48b92 Made model fields comparable to other objects
Fixed #17851 -- Added __lt__ and @total_ordering to models.Field,
made sure these work correctly on other objects than Field, too.
2012-05-07 20:08:20 +03:00
..
__init__.py
models.py
tests.py Made model fields comparable to other objects 2012-05-07 20:08:20 +03:00