﻿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
17575	Python syntax error in example	apelisse@…	nobody	"Hello guys,
I noticed a very tiny mistake in the documentation at this URL: https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter

class UserAdminWithLookup(UserAdmin):
    list_filter = ('groups__name')

The list_filter must be a tuple, so it misses a coma.

Thanks for all the goodwork (framework + documentation)

Cheers,
Antoine Pelisse"	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed			Unreviewed	0	0	0	0	0	0
