mirror of
https://github.com/django/django.git
synced 2025-01-26 02:00:08 +00:00
5cbfb48b92
Fixed #17851 -- Added __lt__ and @total_ordering to models.Field, made sure these work correctly on other objects than Field, too.