jpwatts / django-positions

A Django field for custom model ordering.
BSD 3-Clause "New" or "Revised" License
284 stars 71 forks source link

Start position at 1? #68

Open ddahan opened 4 years ago

ddahan commented 4 years ago

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.