Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Django:选择。。。从唯一的表_Django_Postgresql_Django Orm - Fatal编程技术网

Django:选择。。。从唯一的表

Django:选择。。。从唯一的表,django,postgresql,django-orm,Django,Postgresql,Django Orm,Django可以做选择。。。仅从…查询而不使用.raw() 我需要它在我对Postgres的查询中省略已存档的表。我刚刚在开发版本的django/db中对“ONLY”进行了hg grep。 没有命中,所以没有 更大的图景是什么?为什么不使用.raw()

Django可以做
选择。。。仅从…
查询而不使用
.raw()


我需要它在我对Postgres的查询中省略已存档的表。

我刚刚在开发版本的django/db中对“ONLY”进行了hg grep。 没有命中,所以没有

更大的图景是什么?为什么不使用.raw()