diff --git a/README.md b/README.md index 316e9a278900779d290fb30c606fded7b5353ded..9520227ca0d30537d670ed6a480888b89d9e44e9 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ class MyModel(models.Model): class Meta: auto_author = 'author_user' ``` +Now when an instance of `MyModel` is saved, its `author_user` property will be set to the current user. + ## permissions This allows you to add permissions for AnonymousUser, logged in user, author ... in the url: Currently, there are 3 choices :