mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
committed by
Tim Graham
parent
6acaa52386
commit
0d91225892
@@ -131,7 +131,7 @@ class ExtraRegressTests(TestCase):
|
||||
"""
|
||||
Regression test for #8039: Ordering sometimes removed relevant tables
|
||||
from extra(). This test is the critical case: ordering uses a table,
|
||||
but then removes the reference because of an optimisation. The table
|
||||
but then removes the reference because of an optimization. The table
|
||||
should still be present because of the extra() call.
|
||||
"""
|
||||
self.assertQuerysetEqual(
|
||||
|
||||
Reference in New Issue
Block a user