﻿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
33958	"Missing import in ""Expressions can reference transforms"" section"	Eido Askayo	nobody	"In section [https://docs.djangoproject.com/en/4.0/topics/db/queries/#expressions-can-reference-transforms Expressions can reference transforms], the following code is shown:
{{{
>>> Entry.objects.aggregate(first_published_year=Min('pub_date__year'))
}}}
There is a missing import for {{{Min}}} function:
{{{
>>> from django.db.models import Min
}}}
"	Bug	new	Documentation	4.0	Normal				Unreviewed	0	0	0	0	0	0
