﻿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
34480	Annotating with Chr raises ValueError	Jacob Walls	Jacob Walls	"{{{
>>> Author.objects.annotate(first_letter=Chr(Value(77)))
File ""/Users/.../.../.venv/lib/python3.9/site-packages/django/db/models/expressions.py"", line 369, in <lambda>
    else int(value)
ValueError: invalid literal for int() with base 10: 'M'
}}}

I'm suggesting in `Chr` we can set `output_field = CharField()` to prevent this."	Bug	assigned	Database layer (models, ORM)	4.2	Normal				Unreviewed	0	0	0	0	0	0
