Which would be the best way to use django ORM 2.2 to apply this PosgreSQL query?
SELECT * FROM my_table ORDER BY lower(range_column);
Thanks a lot