You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am browsing thru all django-sorting project forks and none of them provids the ability to display the column name directly from the models.py field verbose_name. You always have to specify the display name manualy which isn't the best solution when using the sorted queryset in many places in many languages.
Isn't this a good practice to code this in python or my thinking is wrong ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am browsing thru all django-sorting project forks and none of them provids the ability to display the column name directly from the models.py field verbose_name. You always have to specify the display name manualy which isn't the best solution when using the sorted queryset in many places in many languages.
Isn't this a good practice to code this in python or my thinking is wrong ?
Thanks
The text was updated successfully, but these errors were encountered: