Issue 103: Django query api equivalent for select insert
Status:  New
Owner: ----
Reported by anjusb...@gmail.com, Sep 23, 2013
Hi,

I am a newbie to django development. Is there any django query api for insert records into table from another table values.  ie. postgres equivalent of "insert into table1 as select * from table2".