From 2a6be28bfc56463dbdf45ab87d19262015f7e54e Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 15 Jan 2012 10:13:16 +0100 Subject: [PATCH] Add some raw_field exception documentation to the tweak "save_template_title_series_sorting" --- resources/default_tweaks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 7e2e9508ab..12e5e5b8d9 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -196,7 +196,9 @@ title_series_sorting = 'library_order' # set to 'strictly_alphabetic', the series will be sent without change. # For example, if the tweak is set to library_order, "The Lord of the Rings" # will become "Lord of the Rings, The". If the tweak is set to -# strictly_alphabetic, it would remain "The Lord of the Rings". +# strictly_alphabetic, it would remain "The Lord of the Rings". Note that the +# formatter function raw_field will return the base value for title and +# series regardless of the setting of this tweak. save_template_title_series_sorting = 'library_order' #: Set the list of words considered to be "articles" for sort strings