#5861: order_by() docs are unclear about relation spanning sort -----------------------+---------------------------------------------------- Reporter: Akatemik | Owner: nobody Status: new | Component: Documentation Version: SVN | Keywords: db-api Stage: Unreviewed | Has_patch: 0 -----------------------+---------------------------------------------------- The documentation at http://www.djangoproject.com/documentation/db-api /#order-by-fields "To order by a field in a different table, add the other tables name and a dot". However this will result in error if neither select_related() nor extra(tables=) is used. Especially the example is misleading.
-- Ticket URL: <http://code.djangoproject.com/ticket/5861> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
