Change default REVERSE_ARCHIVE_ORDER to true

Updated documentation and updated tests to reflect correct default order
Fixes #304
This commit is contained in:
tBunnyMan 2012-07-14 17:53:10 -07:00
commit 79e480a894
10 changed files with 78 additions and 78 deletions

View file

@ -364,7 +364,7 @@ Ordering content
================================================ =====================================================
Setting name (default value) What does it do?
================================================ =====================================================
`REVERSE_ARCHIVE_ORDER` (``False``) Reverse the archives list order. (True: orders by date
`REVERSE_ARCHIVE_ORDER` (``True``) Reverse the archives list order. (True: orders by date
in descending order, with newer articles first.)
`REVERSE_CATEGORY_ORDER` (``False``) Reverse the category order. (True: lists by reverse
alphabetical order; default lists alphabetically.)