fix two typos
This commit is contained in:
parent
3b50c6f9dd
commit
eaffd55718
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ class ChangeProblems(BaseSchema):
|
|||
model_name: problem_objects for
|
||||
model_name, problem_objects in (
|
||||
(model_name, {pk: obj for pk, obj in problem_objects.items() if obj.clean()})
|
||||
for model_name, problem_objects in self.objects_items()
|
||||
for model_name, problem_objects in self.objects.items()
|
||||
)
|
||||
if problem_objects
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue