I have implemented django-tables2 in my project. But I am not able to order by one of the fields (which I called from outside the app(model)). When I click on the ordering button in the GUI it is not working as expected. I have implemented django-tables2 in my project