From f4ab4c0f88c94c48fd7069033d5d721427af3bb9 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 27 May 2016 10:06:55 +0000 Subject: [PATCH] Added SaaS readme file --- orchestra/contrib/saas/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestra/contrib/saas/README.md b/orchestra/contrib/saas/README.md index 28287f23..9a8d5eae 100644 --- a/orchestra/contrib/saas/README.md +++ b/orchestra/contrib/saas/README.md @@ -43,7 +43,7 @@ class WordPressChangeForm(WordPressForm): ### Serializer for extra data -In case we need to save extra information of the service (email and blog_id in our current example) we should provide a serializer that will save this bits of information in JSON format inot the database data field. +In case we need to save extra information of the service (email and blog_id in our current example) we should provide a serializer that serializes this bits of information into JSON format and can be saved into the database data field. ```python class WordPressDataSerializer(serializers.Serializer):