mirror of
https://github.com/Hopiu/django.git
synced 2026-04-17 21:41:10 +00:00
Now that order_by() has expression support passing RawSQL() can achieve the same result. This was also already supported through QuerySet.extra(order_by) for years but this API is more or less deprecated at this point. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_bulk_update.py | ||
| test_db_returning.py | ||
| test_deprecation.py | ||
| test_explain.py | ||
| test_iterator.py | ||
| test_q.py | ||
| test_qs_combinators.py | ||
| test_query.py | ||
| tests.py | ||