My method accepts a string parameter which is basically the name of a db column.
can I do something like this:
original_message = "Let it go"
language = "english"
ads = Ad.objects.filter(language=original_message)
where language is not a name, but a reference to a string? This will save me many if else rows