如何更改日期的内部Django表示形式?

时间:2018-08-26 18:43:36

标签: django sqlite

2018-08-26 我需要这个,还有几个小时,几分钟,几秒钟。

使用sqlite3和python3.6。


dic.update({thread: OnePost.objects.filter(published_date = thread.published_date)}) 

结果为{only_one_thread:and_all_post_published_in_day_when_thread_was_published}。

published_date = models.DateField() #in both models Thread and ONePost

问题的根源在于只有几天是可以区分的。需要几秒钟。

1 个答案:

答案 0 :(得分:0)

models.DateField()-> models.DateTimeField()