django-sortable icon indicating copy to clipboard operation
django-sortable copied to clipboard

A better, more flexible way to handle sorting within a complex Django application.

Results 4 django-sortable issues
Sort by recently updated
recently updated
newest added

I'm hoping to be able to be able to translate the titles for a sortable link. I was hoping I'd get away with the below but as the title isn't...

HI, You changed the pypi packaging and pip/easy_install now tries to get the Mac binaries. This does not work on non-Mac platforms. Could you make the source zipped file the...

line 10 of templatetags/sortable.py should be: ``` SORT_NONE_CLASS = getattr(settings, 'SORT_NONE_CLASS' , 'sort-none') ``` instead of: ``` SORT_NONE_CLASS = getattr(settings, 'SORT_DESC_CLASS' , 'sort-none') ```