evorepo/news
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
..
migrations Fix migration dependencies exposed after moving models 2010-09-29 15:16:39 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Spruce up news admin view 2010-09-15 09:04:00 -05:00
models.py Update news views to use slug instead of ID 2010-09-21 09:10:02 -05:00
views.py Auto-populate slug on news item creation 2010-09-21 09:10:02 -05:00