﻿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
14957	doc nit: slug_field not required	CarlFK	nobody	"http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-generic-list-detail-object-detail

seems ""and slug_field"" is not required given "" By default, slug_field is 'slug'.""

""""""
Either object_id or (slug and slug_field) is required.

If you provide object_id, it should be the value of the primary-key field for the object being displayed on this page.

Otherwise, slug should be the slug of the given object, and slug_field should be the name of the slug field in the QuerySet's model. By default, slug_field is 'slug'.
""""""

"		closed	Documentation	1.2		wontfix			Unreviewed	0	0	0	0	0	0
