- Fix [\241](https://github.com/jrief/django-admin-sortable2/issues/241):
Move items when the order column is not first.
- Fix [\242](https://github.com/jrief/django-admin-sortable2/issues/242):
Bulk move when sorting order is descending.
- Fix [\243](https://github.com/jrief/django-admin-sortable2/issues/243):
Bulk move to last page when it is too small.
- Refactor aggregates to use Coalasce for empty querysets.