﻿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
31706	Removed unnecessary getattr() call in FileDescriptor.__get__().	Sultan	nobody	"To retrieve a deferred model attributes, the `__get__` method is called twice. This is because it uses the `getattr()` function, which in turn causes the `__get__` method to be called again.

To prevent this unnecessary call, we can simply delete it (since at that moment the instance dict already contains the reloaded value). This reduces the number of method calls."	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
