1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/docs/internals
Simon Charette 98ea4f0f46 Refs #7098 -- Deprecated passing raw column aliases to order_by().
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.
2020-04-06 10:01:02 +02:00
..
_images
contributing Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
deprecation.txt Refs #7098 -- Deprecated passing raw column aliases to order_by(). 2020-04-06 10:01:02 +02:00
git.txt
howto-release-django.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
index.txt
mailing-lists.txt
organization.txt
release-process.txt
security.txt