Date Formats

Issue #141 resolved
David Taylor created an issue

Since Django update, doing something like {{ event.access_at }} doesn't format the date using the default format. It seems as if it's getting it direct from the database with no formatting at all. Almost as if the __str function has been removed/changed for dates has been removed/changed in the update.

This is an issue in the activity feed, iCal event description, and potentially other places. Workaround is adding |date but that's not ideal for the activity feed where everything is field-type agnostic.

Screen Shot 2015-05-31 at 19.03.05.png

Comments (2)

  1. Log in to comment