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
Remove any code that raises a deprecation warning for 1.0.
contrib
Headers.to_list
Headers.to_wsgi_list
debug.debug_repr
debug.repr.debug_repr
DebuggedApplication
lodgeit_url
http
datastructures
CharsetAccept
Headers
LanguageAccept
MIMEAccept
ProxyFix
num_proxies
get_remote_addr
werkzeug.proxy_fix.orig
test.File
datastructures.FileStorage
FileStorage
useragents.UserAgentMixin
wrappers.user_agent.UserAgentMixin
utils.escape
quote
utils
CombinedMultiDict
EnvironHeaders
MultiDict
dump_cookie
parse_cookie
BaseRequest.is_xhr
wsgi
middleware
ProxyMiddleware
SharedDataMiddleware
DispatcherMiddleware
The text was updated successfully, but these errors were encountered:
davidism
Successfully merging a pull request may close this issue.
Remove any code that raises a deprecation warning for 1.0.
contrib
Headers.to_list
in favor ofHeaders.to_wsgi_list
debug.debug_repr
alias fordebug.repr.debug_repr
DebuggedApplication
unusedlodgeit_url
parameter.http
fordatastructures
:CharsetAccept
,Headers
,LanguageAccept
,MIMEAccept
ProxyFix
num_proxies
parameter and attribute,get_remote_addr
method, environ keys moved towerkzeug.proxy_fix.orig
test.File
alias fordatastructures.FileStorage
FileStorage
or a tuple instead.useragents.UserAgentMixin
alias forwrappers.user_agent.UserAgentMixin
utils.escape
unusedquote
parameterutils
fordatastructures
:CombinedMultiDict
,EnvironHeaders
,Headers
,MultiDict
; and forhttp
:dump_cookie
,parse_cookie
BaseRequest.is_xhr
wsgi
middleware moved tomiddleware
:ProxyMiddleware
,SharedDataMiddleware
,DispatcherMiddleware
The text was updated successfully, but these errors were encountered: