﻿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
24914	Include basic permission mixins into Django	Raphael Michel	Markus Holtermann	"Django does provide very convenient decorators in `django.contrib.auth`, most notably the `login_required` decorator. At the same time, Django encourages the use of class-based views, where this cannot be used directly. The de-facto standard to do this is a mixin, there even is an example on this mixin in the documentation: https://docs.djangoproject.com/en/1.8/topics/class-based-views/intro/#mixins-that-wrap-as-view

I'll now be working on a proposed pull request during djangocon.eu 2015 sprint.

It is to discuss whether the same is to be done with permission_required."	New feature	closed	contrib.auth	dev	Normal	fixed	1.9	Markus Holtermann	Accepted	1	0	0	0	1	0
