mirror of
https://github.com/django/django.git
synced 2025-07-19 03:05:32 +00:00
Fixed many spelling mistakes in code, comments, and docs.
This commit is contained in:
parent
b6dd0afead
commit
93452a70e8
61 changed files with 187 additions and 187 deletions
|
@ -199,7 +199,7 @@ class TestQuerying(TestCase):
|
|||
|
||||
|
||||
@skipUnlessPG92
|
||||
class TestQueringWithRanges(TestCase):
|
||||
class TestQueryingWithRanges(TestCase):
|
||||
def test_date_range(self):
|
||||
objs = [
|
||||
RangeLookupsModel.objects.create(date='2015-01-01'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue