If I have a block like so, is this still acceptable? `with in_database('external'): MyModel.objects.using('other_db').filter(field='value') `
If I have a block like so, is this still acceptable?
with in_database('external'): MyModel.objects.using('other_db').filter(field='value')