evorepo/news/migrations
Dan McGee 7def999b0a Fix migration dependencies exposed after moving models
When we moved some models from one app to another, we didn't do anything to
ensure the tables were created at all initially. Enforce this by adding the
minimal required dependencies- those migrations in the 'main' model that
last touched the involved models moving between apps.

Noticed-by: Angel Velasquez <angvp@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-29 15:16:39 -05:00
..
__init__.py Put news under south control 2010-09-08 00:15:30 -05:00
0001_initial.py Put news under south control 2010-09-08 00:15:30 -05:00
0002_move_news_in.py Fix migration dependencies exposed after moving models 2010-09-29 15:16:39 -05:00
0003_new_date_columns_precision.py Add last modified date to news 2010-09-14 17:39:17 -05:00
0004_auto__add_field_news_slug.py Add news slug field 2010-09-21 09:09:01 -05:00
0005_add_slugs.py Add migrations to populate the news slug and make it non-null 2010-09-21 09:10:02 -05:00
0006_auto__chg_field_news_slug.py Add migrations to populate the news slug and make it non-null 2010-09-21 09:10:02 -05:00