﻿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
12809	Add returning of parameters for get_from_clause()	German M. Bravo	nobody	"Could it be possible to make the get_from_clause() in django.db.models.sql.compiler return params? It'd be useful in some cases to be able to ""insert"" parameters to the FROM (such as when you need to add an ON clause or other ""extended"" things)
For an example of this, you can check the ""Simple Backend"" for the django-fts (at google code), in where I need to ""patch"" the structures directly to achieve what I wanted (or perhaps there's a better way?)... it's right there in fts.backends.simple, in the _search() method... where I add extra joined tables to do the search (just after the tables already in the queryset). I'd appreciate any comments. :)"	Uncategorized	closed	Database layer (models, ORM)		Normal	invalid	dynamic queries, from	German M. Bravo	Unreviewed	0	0	0	0	0	0
