﻿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
16748	Documentation on creating custom querysets	lee@…	nobody	"Currently Django's documentation describes how customize the manager's initial query set (https://docs.djangoproject.com/en/dev/topics/db/managers/#modifying-initial-manager-querysets), but not how to create filters that can be used on an existing query set, at any position in the chain of filters.

Doing so requires subclassing the queryset object.  This blog post describes the issue in more detail and proposes a solution:

http://zmsmith.com/2010/04/using-custom-django-querysets/

It would be helpful if there were an officially approved way to subclass querysets or add custom chainable filters, and it was part of the documentation."	New feature	closed	Documentation		Normal	wontfix		mike@… ognajd@…	Accepted	0	0	0	0	0	0
