首页 新闻 会员 周边
1
回答数

回答被采纳 5 django中这个exclude = ('timestamp',)为什么没有用

我需要过滤tiemstamp这个对象,使用exclude = ('timestamp')并没有将timestamp过滤掉这是什么原因?具体程序如下: class BlogPostForm(forms.