﻿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
4238	django.views.generic.simple should have a method to redirect to the absolute_url() of an object	David Cramer <dcramer@…>	nobody	"Would be a handy addition to the generic views which would allow you to redirect a URL to the get_absolute_url of an object.

This can be used in many situations, the most common being URL changes.

'/myoldurl/(?P<id>[0-9]+)/', 'django.views.generic.simple.redirect_to_absolute_url', {'pk': '%(id)s'}"		closed	Generic views	dev		wontfix		ivanov.maxim@…	Design decision needed	0	0	0	0	0	0
