mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed typos in docstrings and docs.
Signed-off-by: cuinix <915115094@qq.com>
This commit is contained in:
parent
9e35c8b2e3
commit
20848bcf39
3 changed files with 3 additions and 6 deletions
|
|
@ -176,10 +176,7 @@ class RawQueryTests(TestCase):
|
|||
self.assertSuccessfulRawQuery(MixedCaseIDColumn, query, queryset)
|
||||
|
||||
def test_order_handler(self):
|
||||
"""
|
||||
Test of raw raw query's tolerance for columns being returned in any
|
||||
order
|
||||
"""
|
||||
"""Raw query tolerates columns being returned in any order."""
|
||||
selects = (
|
||||
("dob, last_name, first_name, id"),
|
||||
("last_name, dob, first_name, id"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue