﻿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
32966	Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug	Chris Jerdonek	Chris Jerdonek	"I noticed that three of the `_check_fix_default_value()` method definitions in `django/db/models/fields/__init__.py` can be simplified. Here is one of them: https://github.com/django/django/blob/fe074c96a343530beea50fbdd0803d3e7b739e8e/django/db/models/fields/__init__.py#L1156-L1167

For example, in each of them, `timezone.now()` is called even when the return value isn't needed / won't be used.
"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
