mozilla / source

DEPRECATED - Code for source.mozillaopennews.org/
https://source.opennews.org
BSD 3-Clause "New" or "Revised" License
36 stars 27 forks source link

Problem loading the test_data fixture #251

Closed zararah closed 2 years ago

zararah commented 10 years ago

I tried to run: python manage.py loaddata test_data but got: IntegrityError: Could not load articles.Article(pk=3): NOT NULL constraint failed: articles_article.category_id

Thanks!

ryanpitts commented 10 years ago

Ooh, yes, this makes total sense. The test_data fixtures were created a while ago, but the Article model has added a few fields since then. I need to generate new fixtures. Thanks for noting this.