Skip to content

Commit

Permalink
Merge pull request #14 from ansmirnov/patch-1
Browse files Browse the repository at this point in the history
Update change_tracking.rst
  • Loading branch information
vvangelovski committed Sep 24, 2014
2 parents 0ae932b + 9c0ab69 commit 8820c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/change_tracking.rst
Expand Up @@ -57,7 +57,7 @@ You can track user information when model instances get created with the ``Creat
from audit_log.models.fields import CreatingUserField, CreatingSessionKeyField

class ProductCategory(models.Model):
created_by = CreatingUserField(realted_name = "created_categories")
created_by = CreatingUserField(related_name = "created_categories")
created_with_session_key = CreatingSessionKeyField()
name = models.CharField(max_length=15)

Expand Down

0 comments on commit 8820c6e

Please sign in to comment.