mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
This commit is contained in:
@@ -187,7 +187,7 @@ class Field(object):
|
||||
Return True if data differs from initial.
|
||||
"""
|
||||
# For purposes of seeing whether something has changed, None is
|
||||
# the same as an empty string, if the data or inital value we get
|
||||
# the same as an empty string, if the data or initial value we get
|
||||
# is None, replace it w/ ''.
|
||||
initial_value = initial if initial is not None else ''
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user