开发者

Supress Today link in Django admin date widget

开发者 https://www.devze.com 2023-01-28 16:26 出处:网络
I would开发者_如何转开发 like to suppress the today link that is available by default in Django admin for a date field.Your best solution is to subclass the DateField widget used in the admin and twea

I would开发者_如何转开发 like to suppress the today link that is available by default in Django admin for a date field.


Your best solution is to subclass the DateField widget used in the admin and tweak the render() method to not show the link.

You can find an example of the general approach to subclassing widgets here:

And to get that widget to be used in the admin, you can set that in the admin.py for the relevant app. Here's the official documentation on how to do that

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号