jpwatts / django-positions

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

Doesn't worth with South? #31

Open mrmachine opened 10 years ago

mrmachine commented 10 years ago

The field is frozen as a regular integer field by South, and consequently I get AttributeError: 'IntegerField' object has no attribute 'update_on_save' when attempting to apply a data migration that calls reposition().