Increase default number of favorites to 400
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
* Remove SEARCH_LIMIT setting.
|
||||
* Use the 'handler' prefix for all the signal handler functions.
|
||||
* Remove custom email widget and use Django's.
|
||||
* Increase default maximum number of favorite documents to 400.
|
||||
|
||||
3.1.11 (2019-04-XX)
|
||||
===================
|
||||
|
||||
@@ -195,6 +195,7 @@ Other changes
|
||||
* Remove SEARCH_LIMIT setting.
|
||||
* Use the 'handler' prefix for all the signal handler functions.
|
||||
* Remove custom email widget and use Django's.
|
||||
* Increase default maximum number of favorite documents to 400.
|
||||
|
||||
Removals
|
||||
--------
|
||||
|
||||
@@ -50,7 +50,7 @@ setting_display_width = namespace.add_setting(
|
||||
global_name='DOCUMENTS_DISPLAY_WIDTH', default='3600'
|
||||
)
|
||||
setting_favorite_count = namespace.add_setting(
|
||||
global_name='DOCUMENTS_FAVORITE_COUNT', default=40,
|
||||
global_name='DOCUMENTS_FAVORITE_COUNT', default=400,
|
||||
help_text=_(
|
||||
'Maximum number of favorite documents to remember per user.'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user