mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -127,7 +127,7 @@ class ModelAdminTests(TestCase):
|
|||
def test_field_arguments_restricted_on_form(self):
|
||||
# If we specify fields or fieldsets, it should exclude fields on the Form class
|
||||
# to the fields specified. This may cause errors to be raised in the db layer if
|
||||
# required model fields arent in fields/fieldsets, but that's preferable to
|
||||
# required model fields aren't in fields/fieldsets, but that's preferable to
|
||||
# ghost errors where you have a field in your Form class that isn't being
|
||||
# displayed because you forgot to add it to fields/fieldsets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue