Added SaaS readme file

This commit is contained in:
Marc Aymerich 2016-05-27 10:23:06 +00:00
parent 59cadbcd7e
commit cf0ed9d056
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class WordPressChangeForm(WordPressForm):
`WordPressForm` provides the email field, and `WordPressChangeForm` adds the `blog_id` on top of it. `blog_id` will be represented as a *readonly* field on the form (`widget=widgets.SpanWidget`), so no modification will be allowed.
`SaaSPasswordForm` provides a password field for the common case when a password needs to be provided in order to create a new account. You can subclass `SaaSPasswordForm` or use it directly on the `Service.form` field.
Additionally, `SaaSPasswordForm` provides a password field for the common case when a password needs to be provided in order to create a new account. You can subclass `SaaSPasswordForm` or use it directly on the `Service.form` field.
### Serializer for extra data