long2ice
long2ice
`select_related` only work in `ForeignKeyRelation`, not work in `ReverseRelation`. And `select_related` generate sql `join`, which has different behavior with `prefetch_related`
Did you try latest develop?
Strange, need more feedback
Try `meme.tags = ["it''s friday my dudes"]`
Thanks! Please resolve conflicts
You should enable `--enable-update-limit`
https://stackoverflow.com/questions/39033727/enable-limit-in-update-statement-sqlite
Try `update_or_create` or `bulk_create`
What's the result in local?
Try merge develop first