﻿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
5325	max_length should be maxlength	tine.klancar@…	Jacob	"when i copy/pasted this line from the documentation and tryed to reset my app i found the following mistake:

gender = models.CharField('''max_length'''=1, choices=GENDER_CHOICES)

should be

gender = models.CharField('''maxlength'''=1, choices=GENDER_CHOICES)"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
