Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Metadata migrations should contain frozen models #234

Closed
murphyke opened this issue Oct 2, 2014 · 0 comments · Fixed by #244
Closed

Metadata migrations should contain frozen models #234

murphyke opened this issue Oct 2, 2014 · 0 comments · Fixed by #244

Comments

@murphyke
Copy link
Member

murphyke commented Oct 2, 2014

Currently, Avocado metadata migrations cause South to complain when adding subsequent migrations.

When data migrations are created the normal way in South, the frozen ORM models are included.

Hopefully it's easy to grab the frozen models from South and shove them into a revised migration template.

naegelyd added a commit that referenced this issue Oct 16, 2014
Fix #234.

Signed-off-by: Don Naegely <naegelyd@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants