diff options
Diffstat (limited to 'tests/ordering')
| -rw-r--r-- | tests/ordering/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ordering/models.py b/tests/ordering/models.py index 2ab16f3c5f..57a75027f6 100644 --- a/tests/ordering/models.py +++ b/tests/ordering/models.py @@ -1,5 +1,5 @@ """ -6. Specifying ordering +Specifying ordering Specify default ordering for a model using the ``ordering`` attribute, which should be a list or tuple of field names. This tells Django how to order |
