﻿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
28830	Add a function to convert a list to a Queryset	0r1gamic	nobody	"Querysets can be converted to list. But list cannot be converted to query set. I wrote a new function in django.db.models.utils package.


{{{
from django.db.models.utils import list_to_queryset
queryset = list_to_queryset(object_list)
}}}"	New feature	closed	Database layer (models, ORM)	dev	Normal	wontfix	queryset, list		Unreviewed	0	0	0	0	0	0
