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.
Django admin でデフォルトで日付フィールドに使用できる今日のリンクを抑制したいと思います。
最善の解決策は、admin で使用される DateField ウィジェットをサブクラス化し、render() メソッドを微調整してリンクを表示しないようにすることです。
ここで、ウィジェットをサブクラス化する一般的なアプローチの例を見つけることができます。
そのウィジェットを管理者で使用するには、関連するアプリの admin.py でそれを設定できます。これを行う方法に関する公式ドキュメントは次のとおりです