The issue was when None was returned from the sort_results function
during a sort, LooseVersion threw a ValueError. Now we default
version sorts to "0" to ensure they are always sent to the front on
ASC sort and back on DESC.
This is a hot-fix so it is going straight to master.
The issue was when None was returned from the sort_results function during a sort, LooseVersion threw a ValueError. Now we default version sorts to "0" to ensure they are always sent to the front on ASC sort and back on DESC.
This is a hot-fix so it is going straight to master.