jpwatts / django-positions

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

Duplicate positions #35

Open kevinbui001 opened 10 years ago

kevinbui001 commented 10 years ago

I observed that sometimes same position are assigned to different entries in my list. As soon as this happened, those that have same position number will shifter together if I reposition any one of them. Please let me know if there's a workaround for this. Thanks