Skip to content

move wsgi middleware#1452

Merged
davidism merged 1 commit intomasterfrom
move-middleware
Jan 28, 2019
Merged

move wsgi middleware#1452
davidism merged 1 commit intomasterfrom
move-middleware

Conversation

@davidism
Copy link
Copy Markdown
Member

Moves middleware from werkzeug.wsgi to werkzeug.middleware. The new package was created to move code out of werkzeug.contrib. Moving this middleware keeps the code organized and reduces the length of the wsgi.py module to only ~980 lines. The old imports emit deprecation warnings and will be removed in version 1.0.

closes #1449

@davidism davidism added this to the 0.15 milestone Jan 28, 2019
@davidism davidism merged commit 12634cb into master Jan 28, 2019
@davidism davidism deleted the move-middleware branch January 28, 2019 02:15
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move middleware to middleware package

1 participant