﻿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
32790	Django test client redirecting to URLs without a trailing slash redirects instead to the current view	Tom Hamilton Stubber	Tom Hamilton Stubber	"Currently, when you redirect with the test client to an external URL without a trailing slash, the test client will redirect to the view you redirected from.

For example, if I test a view at `/my-view/` that redirects to `https://example.com`, the test client will instead redirect to `/my-view/`.

Presumably this isn't intended behaviour but feel free to correct me."	Bug	closed	Testing framework	3.2	Normal	fixed	Test client		Ready for checkin	1	0	0	0	0	0
