﻿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
33216	Use simplified paths for deconstruct of expressions	Adam Johnson	AllenJonathan	"Previously `F()` deconstructed to: `django.db.models.expressions.F()`. But since it can also be imported from `django.db.models`, [https://github.com/django/django/pull/14047 PR #14047] changed it to deconstruct to `django.db.models.F()`. This simplifies generated migration code where it will be referenced only as `from django.db import models / models.F()`.

As Mariusz pointed out on the PR, the same technique can be applied to other expressions, further simplifying generated migrations."	Cleanup/optimization	closed	Migrations	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
