forked from rc/aircox
fix error with tags; add callable for related bindings; comments in PostListView; ...
This commit is contained in:
@ -40,6 +40,10 @@ class MyModelPost(RelatedPost):
|
||||
}
|
||||
```
|
||||
|
||||
Note: it is possible to assign a function as a bounded value; in such case, the
|
||||
function will be called using arguments **(post, related_object)**.
|
||||
|
||||
|
||||
## Routes
|
||||
Routes are used to generate the URLs of the website. We provide some of the
|
||||
common routes: for the detail view of course, but also to select all posts or
|
||||
|
Reference in New Issue
Block a user