jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
770 stars 180 forks source link

Fix: `Coalesce` type error as documented here #404

Closed fsbraun closed 3 months ago

fsbraun commented 3 months ago

Fixes type error as reported here:

The literal 0 leads to the need of setting output_field - apparently even if the ordering field is of SmallIntegerField type.