Opened 13 years ago

Closed 13 years ago

#172 closed enhancement (fixed)

space:0004_add_ebm_permissions migration should work on a new install

Reported by: adehnert Owned by:
Priority: normal Milestone: Sometime
Component: Space Version:
Keywords: Cc:
Size: medium

Description

Even after fixing #73, it takes two tries to get ./manage.py migrate to run on a new install, as space:0004_add_ebm_permissions fails.

Change History (1)

comment:1 Changed 13 years ago by adehnert

  • Resolution set to fixed
  • Status changed from new to closed
commit 5f1eaa3d472b737d91d376bd6da772e40ce8444e
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Thu Nov 1 02:07:42 2012 -0400

    Fix space:0004 migration on new install (ASA-#172)
    
    On a fresh install, space:0004_add_ebm_permissions will fail the first time it
    is run because the create signals have not yet been emitted. Emit them
    explicitly so that the migration actually works. See
    https://groups.google.com/forum/?fromgroups=#!topic/south-users/ZmmUyrrRoYU for
    details.
Note: See TracTickets for help on using tickets.