Skip to content

Commit

Permalink
Merge pull request #5 from kevinroche/patch-1
Browse files Browse the repository at this point in the history
Update index.rst
  • Loading branch information
Fantomas42 committed Aug 15, 2015
2 parents ff5a229 + 45df45c commit 0cc241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ To register a model, import the ``tagging.registry`` module and call its
class Widget(models.Model):
name = models.CharField(max_length=50)

tagging.register(Widget)
register(Widget)

The following argument is required:

Expand Down

0 comments on commit 0cc241e

Please sign in to comment.