Skip to content

Commit

Permalink
Added updated_by usage in README.md (#45)
Browse files Browse the repository at this point in the history
Related Issues & Merge Requests - #36 #37
  • Loading branch information
avinashjoshi authored Jan 11, 2021
1 parent 5b0cc2e commit 2526f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Then use it in a project::
from django_currentuser.db.models import CurrentUserField
class Foo(models.Model):
created_by = CurrentUserField()
updated_by = CurrentUserField(on_update=True)


Differences to django-cuser
Expand Down

0 comments on commit 2526f31

Please sign in to comment.