jpwatts / django-positions

A Django field for custom model ordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start position at 1?

ddahan opened this issue · comments

Is there a way to change the default behaviour where first position is 0?
For example, starting at 1 will be easier to display positions to users, without using tricks.
For ease of development, it can be confusing over time if your actual position in database is X but you're displaying X+1
I didn't see anything in the documentation, but maybe someone has a trick to do that.