-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrations for EXTRA_MODEL_FIELDS need documentation #1150
Comments
I'd be happy to include a very brief description - no more than a paragraph or two. Really don't want to litter the docs with discussions of workarounds for a misfeature like this. Eventually I hope it can be removed with use of swappable models. |
Ahh, so you regard EXTRA_MODEL_FIELDS as a "misfeature?" Is there a place As I said in my blog post, I will continue to look into swappable models. On Sun, Nov 9, 2014 at 2:32 AM, Stephen McDonald notifications@github.com
|
Hi Steve, I'm interested to hear what you'd like swappable models in Mezzanine to Alex On Sunday, 9 November 2014, Stephen McDonald notifications@github.com
|
I've created a new issue #1160 with initial thoughts. |
The documentation (https://github.com/stephenmcd/mezzanine/blob/master/docs/model-customization.rst#field-injection-caveats) for this feature doesn't explicitly explain how to do this. Furthermore, since, starting with Django 1.7, migrations need to live in the app which contains the model in question, the process is quite different and non-trivial.
Take a look at this writeup on the process in 1.7 - if there are no objections, I can modify this to fit into the docs.
The text was updated successfully, but these errors were encountered: