﻿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
27440	Allow reverse() to return a fully qualified URL	Mislav Cimperšak	Mislav Cimperšak	"I'm adding an optional argument `request` to `django.urls.base.urls.reverse`method.
The idea is that using `request` object one can get a fully qualified url.

The idea is taken from Django Rest Framework ([https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/reverse.py#L55-L59 link to it]).

I'm in Amsterdam on the sprint and plan to do it here.
The patch and few tests are already written, just need to add docs."	New feature	closed	Core (URLs)	1.10	Normal	wontfix	reverse, request, full url		Accepted	1	0	0	1	0	0
