Rename JSONModel to SerialisedModel 1/2

This class doesn’t actually wrap JSON, it wraps serialised data.

So this name feels better.

This commit only renames the file for an easier diff.
This commit is contained in:
Chris Hill-Scott
2020-06-22 10:20:53 +01:00
parent 608812d314
commit e6b7e0e16c
4 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ from app.notifications.validators import (
validate_and_format_recipient,
validate_template,
)
from app.json_models import TemplateJSONModel
from app.serialised_models import TemplateJSONModel
from app.utils import get_template_instance
from app.v2.errors import (