jpwatts / django-positions

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

Spacing of 10 between positions #63

Open sam-ghosh opened 5 years ago

sam-ghosh commented 5 years ago

If I have always maintain the position integerfield at multiples of 10, so 10, 20, 30 instead of 1, 2, 3 - where all should I do the changes?

this is useful for me, as sometimes I might have to make item at position 990 between 100 and 110 - and dragging them is more complex. Easier solution is to make it from 99 to 105 - and then normalize again by making them all increments of 10 again