﻿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
36412	Add redirect_with_message() shortcut for simplified redirects with Django messages	Mobin Ghaemi		"This ticket introduces a new redirect_with_message() shortcut in django.shortcuts.

The goal is to simplify common patterns where a user is redirected to a URL and a message is attached via Django’s messaging framework.

This new utility:

Accepts request, target url, message text, and optional msg_type (info, success, error, etc.)

Internally calls messages.add_message() and returns HttpResponseRedirect

Enhances code readability and consistency in views

See: https://github.com/django/django/pull/19499"	New feature	closed	Core (Other)	5.1	Normal	wontfix	shortcuts redirect message		Unreviewed	1	0	0	0	0	0
