django-fluent / django-fluent-blogs

A blog engine with flexible block contents (based on django-fluent-contents)
http://django-fluent.org/
Apache License 2.0
39 stars 19 forks source link

Fix "year" in template for Django 1.5 #1

Closed vdboor closed 11 years ago

vdboor commented 11 years ago

As per the release notes, https://docs.djangoproject.com/en/1.5/releases/1.5/#context-in-year-archive-class-based-views, the year should be changed in Django 1.5 For compatibility, this will have to happen via a template filter so Django 1.3/1.4 remains supported

vdboor commented 11 years ago

this is fixed in v0.9.6