--
Ticket URL: <https://code.djangoproject.com/ticket/25944>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
I think you might have an incorrect word choice in "tunnel" -- not sure
what that means in this context. Can you describe what the feature would
look like?
--
Ticket URL: <https://code.djangoproject.com/ticket/25944#comment:1>
Comment (by RamezIssac):
Thanks and excuse my English :)
I meant is "Put the newly created migration file in a specified app
migrations folder instead of its 'normal' place"
So, for example, i can write something like ``makemigrations --to-
app=myapp`` so the output 0002_auto_something.py file goes to
myapp/migrations, instead of thirdparty_package/migrations
--
Ticket URL: <https://code.djangoproject.com/ticket/25944#comment:2>
Comment (by timgraham):
A similar idea was [https://groups.google.com/d/topic/django-
developers/IG5ZSRRp8Rw/discussion discussed at some length] on django-
developers. I think the consensus was to use `MIGRATION_MODULES` to solve
this case, but feel free to take a look and add your thoughts.
--
Ticket URL: <https://code.djangoproject.com/ticket/25944#comment:3>
Comment (by RamezIssac):
Ooh dear Tim, thank you for pointing this conversation out.
I withdraw.. `MIGRATION_MODULES` it is...
--
Ticket URL: <https://code.djangoproject.com/ticket/25944#comment:4>
* status: new => closed
* resolution: => wontfix
--
Ticket URL: <https://code.djangoproject.com/ticket/25944#comment:5>