﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26275	Clarify the meaning of the `date` filter's 'o' formatter	Igor Rashnitsov	nobody	"On 1.7.11

{{{#!python
>>> from datetime import datetime
>>> from django.template.defaultfilters import date
>>> date(datetime(2016, 1, 1, 0), 'F o')
u'January 2015'
}}}
(instead of 'January 2016')


Settings:
{{{#!python
USE_TZ = False
TIME_ZONE = 'UTC'
LANGUAGE_CODE = 'en-us'
USE_I18N = True
USE_L10N = True
}}}"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	1.7.11 template filter		Accepted	1	0	0	0	1	0
