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
问题的根源在于只有几天是可以区分的。需要几秒钟。
答案 0 :(得分:0)
models.DateField()-> models.DateTimeField()