mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8 from master
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user