Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/order_by_two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to order on two fields

:code:`order_by` on querysets can take one or more attribute names, allowing you to order on two or more fields.

..code-block:: ipython
.. code-block:: ipython

In [5]: from django.contrib.auth.models import User

Expand Down