diff --git a/common/models/db_models.py b/common/models/db_models.py index 2183ec46..7abc839f 100644 --- a/common/models/db_models.py +++ b/common/models/db_models.py @@ -53,7 +53,7 @@ def to_dict(self): def to_nested_dict(self, includes): """ Given related models return a nested dictionary with the child or parent rows nested. - :param included_relations: string/list/dict - The related models to include. + :param includes: string/list/dict - The related models to include. :return: A nested dictionary with the included models """ dictionary = self.to_dict()