I hope this is etiquette but I'm going to refer to the StackOverflow post 
for this problem because there's so much related information and because 
the formatting make it practical to understand.

https://stackoverflow.com/questions/54317070/intertwined-problems-with-django-time-fields-force-hacks-to-edit-display-time

In essence, the problem is that Django seems to change the data type of the 
time field which results in the seconds being dropped, which cascades onto 
a second problem which is that the template time filter tag returns None 
when its input does not have seconds.

Any help valued.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/db0550b9-c223-4808-bfdc-da50285da933%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to