﻿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
28815	Docs outdated after django.db.models.functions introduced	benjaoming	nobody	"Documentation has the wrong location of `ExtractYear`:

https://docs.djangoproject.com/en/2.0/ref/models/expressions/#window-functions

Example:

{{{
>>> from django.db.models import Avg, ExtractYear, F, Window
Traceback (most recent call last):
  File ""<input>"", line 1, in <module>
    from django.db.models import Avg, ExtractYear, F, Window
ImportError: cannot import name 'ExtractYear'
}}}

Should these functions be available from `django.db.models`? The module already contains quite a heavy load of imports...."	Uncategorized	new	Documentation	dev	Normal				Unreviewed	1	0	0	0	1	0
