Re: Bug: Manually changing "_meta.db_table" for model causes "missing FROM-clause entry for table" error

2017-07-13 Thread Kalvin Handilist
Hi I encounter same problem as your, do you already got the solution? Any help will be appreciated, thank you~ On Saturday, November 14, 2015 at 1:40:21 AM UTC+7, evil...@gmail.com wrote: > > Hello. > I've got the same model in two projects and want to copy data from one to > another using

Django multi table on same model

2017-07-13 Thread Kalvin Handilist
down votefavorite I have huge table that needed to be sliced into some smaller table, ex: campaign_01, campaign_02, ... While using django queryset with different table name for same model, what I only know to