Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso Caldas committed Jan 18, 2016
1 parent 7381115 commit 2d9105d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To make a class operation instead of one applicable only to a specific instance

## Model Links

A link can be added to a model to provide a direct access from the admin interface to a location of interest related to it. It is defined by decorating a function that returns an URL with the ``@appier.link`` decorator. This decorator accepts a name describing the link and a tuple of parameters like in the ``@appier.operation`` decorator. By adding the ``@classmethod`` decorator the link will be related to the model class:
A link can be added to a model to provide a direct access from the admin interface to a location of interest related to it. It is defined by decorating a function that returns an URL with the ``@appier.link`` decorator which accepts a name describing the link and a tuple of parameters like in the ``@appier.operation`` decorator. By adding the ``@classmethod`` decorator the link will be related to the model class:

```python
@classmethod
Expand Down

0 comments on commit 2d9105d

Please sign in to comment.