1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
This commit is contained in:
Veres Lajos
2014-11-03 22:48:03 +00:00
committed by Tim Graham
parent 7b42036752
commit a71a2ea756
21 changed files with 28 additions and 28 deletions

View File

@@ -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?)