mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typos using https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
7b42036752
commit
a71a2ea756
21 changed files with 28 additions and 28 deletions
|
@ -1116,7 +1116,7 @@ class ModelFormBasicTests(TestCase):
|
|||
self.assertEqual(f.cleaned_data['slug'], 'entertainment')
|
||||
self.assertEqual(f.cleaned_data['url'], 'entertainment')
|
||||
c1 = f.save()
|
||||
# Testing wether the same object is returned from the
|
||||
# Testing whether the same object is returned from the
|
||||
# ORM... not the fastest way...
|
||||
|
||||
self.assertEqual(Category.objects.count(), 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue