Commit Graph

4 Commits

Author SHA1 Message Date
Dan McGee
0896b5697a Add auto-generated migrations from new Django migrations framework
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01 18:26:05 -05:00
Dan McGee
51d90e23c9 Remove old south migrations
Django 1.7 has built-in migrations support, so we no longer want these
around. All existing installs should be fully migrated at this point to
the latest schema.

Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01 18:26:05 -05:00
Dan McGee
3422efd307 Modernize initial main migration
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-10-18 08:58:17 -05:00
Dan McGee
30073392a4 Add initial South migration for 'main' app
Thanks to Evangelos Foutras for the inspiration. Recreated from scratch only
to make sure everything is in sync.

From this point on, you will need to have the 'south' Django/Python package
installed to use archweb.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 13:20:49 -06:00