﻿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
13823	Regression from 1.2.1: admin.site.root_path is None and it breaks admin links	Filip Gruszczyński	jacmkno	"Since admin.site.root_path is None, this value is rendered as 'None' rather than empty string in admin links. This is why I have:

{{{
https://example.com/admin/Nonelogout/
}}}

which is a broken link. There is an easy workaround, that I do in urls.py:

{{{
admin.site.root_path = ''
}}}
"	Bug	closed	contrib.admin	dev	Normal	worksforme	root_path admin broken links	jammon	Accepted	1	0	1	0	0	0
