Django's DateField definition includes this on init: if auto_now or auto_now_add: kwargs['editable'] = False kwargs['blank'] = True ...
確定! 回上一頁