﻿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
14670	GenericTabularInline broken as of r13708	Sean Brant	Gregor Müllegger	Using GenericTabularLine seem to have a regression as of r13708. I get the following `'NoneType' object has no attribute 'user'` using r13708 and no error using r13707. Line 292 of options.py is throwing the error `return request.user.has_perm(opts.app_label + '.' + opts.get_add_permission())` because request is None. Sorry I don't have a patch Im not real clear on what is going on in the code. As a side note im just using a barebones GenericTabularLine and ModelAdmin.		closed	Contrib apps	dev		fixed	sprintnov13		Ready for checkin	1	0	0	0	0	0
