-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Update docs to reflect deprecated ext format #1366
Conversation
By the time these docs will get published, the ext format will already be deprecated or even gone. |
@untitaker Are you suggesting not making the documentation changes at all or just changing to wording to reflect that the ext format will already have been removed? |
namespace packages. See :ref:`ext-import-transition` for more details. | ||
their :file:`setup.py` files. If you for instance have a package called | ||
``flask_something`` users should import it as ``flask_something`` rather than | ||
using the soon to deprecated format ``flask.ext.something``. See |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Also, time to mention your migration tool? :) BTW thanks for putting so much work into this! |
I changed the tense and altered the wording a bit. Additionally I wrote a little about using the tool, although I was not sure if a direct reference to the location of the script in the repo was appropriate as this might change? No problem, my pleasure to help out. Side note, is there any way to get privileges to close/re-open issues? I'd like to help clean up the issue tracker, but don't want to bother you or DasIch every time. Thanks! |
Actually, I realize I need to add details to |
Thanks for wanting to help... mitsuhiko can give you those permissions. |
Ask him on the pocoo IRC channel |
Blocked by #1367, but as written there, I think the redbaron dependency should be informally documented and not be coded into the setup.py |
Update docs so extension developers are urged to use the new import format in preparation for removing the magic
.ext
redirection tool. See #1135.