Skip to content

Commit

Permalink
Correct manual privacymeta registration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Nov 2, 2018
1 parent c654c58 commit 4c5d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/privacy_meta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For example::
class UserPrivacyMeta:
fields = ['first_name', 'last_name', 'email']

gdpr_assist.register_model(User, UserPrivacyMeta)
gdpr_assist.register(User, UserPrivacyMeta)

If you omit the privacy meta class, one will be generated for you with the
default attributes.
Expand Down

0 comments on commit 4c5d04a

Please sign in to comment.