﻿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
36762	Added See link to FieldFetchBlocked exception documentation	Mohit Sharma		"== Problem ==
The `FieldFetchBlocked` exception documentation in `docs/ref/exceptions.txt` is missing a ""See"" link to related documentation, unlike other exceptions in the same file.

== Location ==
`docs/ref/exceptions.txt`, line 173-176

== Current Documentation ==
.. exception:: FieldFetchBlocked

    Raised when a field would be fetched on-demand and the
    :attr:`~django.db.models.RAISE` fetch mode is active.== Solution ==
Add a ""See"" link to the fetch modes documentation, following the pattern used by other exceptions like `ObjectDoesNotExist` and `ObjectNotUpdated`.

== Patch ==
I have a patch ready that adds:
    See :doc:`/topics/db/fetch-modes` for more information about fetch modes.This helps users find more detailed information about fetch modes and when `FieldFetchBlocked` is raised.


== Solution ==
Add a ""See"" link to the fetch modes documentation, following the pattern used by other exceptions like ObjectDoesNotExist and ObjectNotUpdated.
== Patch ==
I have a patch ready that adds:
    See :doc:`/topics/db/fetch-modes` for more information about fetch modes.
This helps users find more detailed information about fetch modes and when FieldFetchBlocked is raised."	Cleanup/optimization	closed	Documentation	dev	Normal	wontfix	documentation exceptions FieldFetchBlocked	Mohit Sharma	Unreviewed	1	0	0	0	1	0
