Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用して Plone カタログクエリを保存するための標準的なアプローチ
result = catalog(..., sort_on='sortable_title')
国や言語によってソート規則が異なるため、実際にはあまり役に立ちません。
これは、特定のロケールの文字列 (またはオブジェクト) のリストをソートするための組み込み機能ですか?
Python のロケールを一時的に切り替える標準的な方法は、スレッドセーフではないため適切ではありません。
オプションはありますか?