Trying to upgrade a small Postgres database with the added PositionField. Using Django 1.7 with its new built-in migrations. `django.db.utils.IntegrityError: check constraint "minisites_page_position_check" is violated by some row` I eventually ditched this app and used s plain IntegerField instead (sadly)