mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +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
|
|
@ -300,7 +300,7 @@ class BooleanFieldTests(unittest.TestCase):
|
|||
old_default = boolean_field.default
|
||||
try:
|
||||
boolean_field.default = NOT_PROVIDED
|
||||
# check patch was succcessful
|
||||
# check patch was successful
|
||||
self.assertFalse(boolean_field.has_default())
|
||||
b = BooleanModel()
|
||||
self.assertIsNone(b.bfield)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue