﻿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
20067	Managet Queryset Typo	Ramces Chirino <ramces@…>	nobody	"The documentation method to override the default Model Manager queryset is incorrect in the dev version.  This method begins to appear after Modifying Initial Manager QuerySets ([https://docs.djangoproject.com/en/dev/topics/db/managers/#modifying-initial-manager-querysets]), and continue throughout the page.

'''Incorrect version'''
`Manager.get_queryset()`

'''Correct version'''
`Manager.get_query_set()`

I confirmed this appears correctly in v1.4 and v1.5 documentation.  The error is only in the dev version."	Cleanup/optimization	closed	Documentation	dev	Normal	invalid			Accepted	0	0	0	0	1	0
