From 8897f4b0df30f385d0a95156f8a18b4b25cea37e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 2 Dec 2015 23:55:50 +0000 Subject: [1.9.x] Fixed many spelling mistakes in code, comments, and docs. Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master --- tests/postgres_tests/test_ranges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/postgres_tests') diff --git a/tests/postgres_tests/test_ranges.py b/tests/postgres_tests/test_ranges.py index bde949d218..5620e037b8 100644 --- a/tests/postgres_tests/test_ranges.py +++ b/tests/postgres_tests/test_ranges.py @@ -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'), -- cgit v1.3