﻿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
3504	Missing self in authentification doc	bugs@…	Jacob	"There is a typo in authentification doc, in part ow writing an authentification bakend:

class MyBackend:
    def authenticate(username=None, password=None):
        # Check the username/password and return a User.

class MyBackend:
    def authenticate(token=None):
        # Check the token and return a User.


There should be a self in arguments list, as they are class methods. "		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
