Fixed a number of minor misspellings.

This commit is contained in:
Julien Phalip 2013-07-27 18:45:25 -07:00
parent ca39c0a6be
commit 47c755327b
28 changed files with 31 additions and 31 deletions

View file

@ -36,7 +36,7 @@ class CustomManagerTests(TestCase):
with self.assertRaises(AttributeError):
manager.optout_public_method()
# Test that the overriden method is called.
# Test that the overridden method is called.
queryset = manager.filter()
self.assertQuerysetEqual(queryset, ["Bugs Bunny"], six.text_type)
self.assertEqual(queryset._filter_CustomQuerySet, True)