Closed fsbraun closed 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.
0
output_field
SmallIntegerField
Fixes type error as reported here:
The literal
0
leads to the need of settingoutput_field
- apparently even if the ordering field is ofSmallIntegerField
type.