jpwatts / django-positions

A Django field for custom model ordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't worth with South?

mrmachine opened this issue · comments

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().