mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typos using https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -187,7 +187,7 @@ class Deserializer(base.Deserializer):
|
||||
m2m_data = {}
|
||||
|
||||
model_fields = Model._meta.get_all_field_names()
|
||||
# Deseralize each field.
|
||||
# Deserialize each field.
|
||||
for field_node in node.getElementsByTagName("field"):
|
||||
# If the field is missing the name attribute, bail (are you
|
||||
# sensing a pattern here?)
|
||||
|
||||
Reference in New Issue
Block a user