﻿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
31967	Resolving an output_field for mixed types crashes in database functions.	Matt Hegarty	Hasan Ramezani	"This is related to #31919.  Please see attached for full stack trace.

This is a regression because it does not occur in 3.1.

To reproduce:

{{{
git clone https://github.com/matthewhegarty/rest-framework-tutorial
cd rest-framework-tutorial
git checkout bug-expression-contains-mixed-types
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
}}}

browse to http://localhost:8000/snippets/"	Bug	closed	Documentation	dev	Normal	fixed		Matt Hegarty Simon Charette	Ready for checkin	1	0	0	0	0	0
