Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Germano Guerrini committed Nov 2, 2015
1 parent 5a783ef commit 4d1a6ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 1.5
===========
* Added a reacher custom command syntax


Version 1.4.2
=============
* Django 1.8 compatibility
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,10 @@ If you need to have different intervals for different models, you can pass a lis
./manage.py populate_maat_ranking my_app.article

This will rebuild only the handler registered for that particular model.

Moreover, you can rebuild only given sorting function with the following syntax:

./manage.py populate_maat_ranking my_app.article:popularity,comment_count

That is, add a comma separated values after a colon with the name of your sorting criteria.

0 comments on commit 4d1a6ee

Please sign in to comment.