mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
Fix many many typos in comments throughout the codebase
This commit is contained in:
parent
8b5b199e20
commit
2bcb8bfc8d
53 changed files with 79 additions and 80 deletions
|
@ -1844,7 +1844,7 @@ class FileAndImageFieldTests(TestCase):
|
|||
|
||||
@skipUnless(test_images, "Pillow not installed")
|
||||
def test_image_field(self):
|
||||
# ImageField and FileField are nearly identical, but they differ slighty when
|
||||
# ImageField and FileField are nearly identical, but they differ slightly when
|
||||
# it comes to validation. This specifically tests that #6302 is fixed for
|
||||
# both file fields and image fields.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue