fixtures

Loading a fixture before a south migration run

Hi, I've made a mistake of creating my own User model and am trying to recover. I've created a south migration that copies my old user models and creates django.contrib.auth.models.User models. To ensure my current users don't get left in the dark, I created a bunch of unittests to ensure everything gets converted appropriately. So, I...