Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3277972
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:25:46+00:00 2026-05-17T19:25:46+00:00

I have a Django application. I have .json fixture files containing test data, with

  • 0

I have a Django application. I have .json fixture files containing test data, with unit tests that use the data to confirm the application is working properly. I also use South to migrate my database.

After doing a few database migrations, my fixtures are out of date, because the database has migrated, adding a new database column, for example, and the fixture data doesn’t have that column, since it was captured before the database changed.

What’s the best way to move my fixtures forward as I migrate my database?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:25:46+00:00Added an answer on May 17, 2026 at 7:25 pm

    Here’s the process I used:

    1. Roll back the code to the revision that created the fixture in the first place. For example: svn up -r12345.

    2. Empty the database, then create it with manage.py syncdb --noinput --migrate

    3. Load the fixture with manage.py loaddata my_fixture.json

    4. Roll the code forward to now, with svn up

    5. Migrate the database with manage.py migrate

    6. Dump the data with manage.py dumpdata --indent=2 myapp >my_fixture.json

    Note that you need to be careful when choosing the past revision to roll back to. In my case, I had some recent fixes that needed to be in place, so I actually had to pick and choose directories to roll back to specific revisions. Tedious, but better than hand-editing a 9,000-line JSON file.

    Also, in step 6, be sure to dump the correct set of applications.

    In the future, as I write migrations, I can do these steps again to keep all the fixtures up-to-date.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have set up a Django application that uses images. I think I have
I'm working on a blog application in Django. Naturally, I have models set up
Do the major web application frameworks (Rails, Django, etc) have libraries that provide functionality
I have written a Django app that makes use of Python threading to create
I have worked a bit with Django and I quite like its project/applications model
Does Django have any template tags to generate common HTML markup? For example, I
I have a Django model with a large number of fields and 20000+ table
If I have a Django form such as: class ContactForm(forms.Form): subject = forms.CharField(max_length=100) message
I have the following Django and Flex code: Django class Author(models.Model): name = models.CharField(max_length=30)
I have configured my Django app to run under Apache+FastCGI on Linux (Ubuntu, if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.