﻿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
34154	"Inconsistent use of ""mixin"" in the documentation"	Willem Van Onsem	Tony Lechner	"In the documentation on authentication, we see:

> The `LoginRequired` mixin

and further we see:

> The `PermissionRequiredMixin` mixin

In the first, it does not include the `Mixin` suffix, whereas in the latter, it does. I think it is better to use the latter, since that refers to the real name of the mixin, and furthermore the [https://en.wikipedia.org/wiki/RAS_syndrome RAS syndrome] is usually allowed repeating `Mixin` twice.

Another option could be to format it with:

> The `LoginRequiredMixin`."	Cleanup/optimization	closed	Documentation	4.1	Normal	fixed			Accepted	1	0	0	0	1	0
