検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for proxy (0.021 sec.)
django.utils.functional — Django 4.0.6 ドキュメント 14845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... return self class Promise : """ Base class for the proxy class created in the closure of the lazy function. ... uated on every access. """ @total_ordering class __proxy__ ( Promise ): """ Encapsulate a function call and ... act as a proxy for methods that are called on the result of that ... red = True def __reduce__ ( self ): return ( _lazy_proxy_unpickle , ( func , self . __args , self . __kw ) ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Django 1.11.22 リリースノート — Django 4.0.6 ドキュメント 10973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -2019-12781: Incorrect HTTP detection with reverse-proxy connecting via HTTPS ¶ When deployed behind a reve ... rse-proxy connecting to Django via HTTPS, django.http.HttpRe ... _REDIRECT . HttpRequest.scheme now respects SECURE_PROXY_SSL_HEADER , if it is configured, and the appropri ... PS requests. If you deploy Django behind a reverse-proxy that forwards HTTP requests, and that connects to ...
https://man.plustar.jp/django/releases/1.11.22.html - [similar]
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 10973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -2019-12781: Incorrect HTTP detection with reverse-proxy connecting via HTTPS ¶ When deployed behind a reve ... rse-proxy connecting to Django via HTTPS, django.http.HttpRe ... _REDIRECT . HttpRequest.scheme now respects SECURE_PROXY_SSL_HEADER , if it is configured, and the appropri ... PS requests. If you deploy Django behind a reverse-proxy that forwards HTTP requests, and that connects to ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 10681
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -2019-12781: Incorrect HTTP detection with reverse-proxy connecting via HTTPS ¶ When deployed behind a reve ... rse-proxy connecting to Django via HTTPS, django.http.HttpRe ... _REDIRECT . HttpRequest.scheme now respects SECURE_PROXY_SSL_HEADER , if it is configured, and the appropri ... PS requests. If you deploy Django behind a reverse-proxy that forwards HTTP requests, and that connects to ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
設定 — Django 4.0.6 ドキュメント 8882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ict Transport Security documentation first. SECURE_PROXY_SSL_HEADER ¶ デフォルト値: None A tuple representi ... r third-party apps. If your Django app is behind a proxy, though, the proxy may be "swallowing" whether the ... ot. If there is a non-HTTPS connection between the proxy and Django then is_secure() would always return Fa ... trast, if there is an HTTPS connection between the proxy and Django then is_secure() would always return Tr ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operator . attrgetter ( 'base' )) Permissions for proxy models ¶ Permissions for proxy models are now crea ... ted using the content type of the proxy model rather than the content type of the concrete ... rate . In the admin, the change is transparent for proxy models having the same app_label as their concrete ... r, in older versions, users with permissions for a proxy model with a different app_label than its concrete ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e HTTP X-Forwarded-For header commonly set by some proxy configurations. It has been demonstrated that this ... Verify that it works correctly with your upstream proxy, modifying it to support your particular proxy (if ... anaged option. プロキシモデル ¶ You can now create proxy models : subclasses of existing models that only a ... sented by a new table. That is, the new model is a proxy for some underlying model, which stores all the re ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 8237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 If you are connecting to the internet behind a proxy, there might be problems in running the command py ... install Django . Set the environment variables for proxy configuration in the command prompt as follows: .. ... .\> set http_proxy = http://username:password@proxyserver:proxyport . ... ..\> set https_proxy = https://username:password@proxyserver:proxyport ...
https://man.plustar.jp/django/howto/windows.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 7960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nce ( number , int ): kwargs [ "number" ] = number proxy = lazy ( func , resultclass )( ** kwargs ) else : ... placeholder for the number. pass return translated proxy = lazy ( lambda ** kwargs : NumberAwareString (), ... NumberAwareString )( ** kwargs ) proxy . __reduce__ = lambda : ( _lazy_number_unpickle , ... resultclass , number , original_kwargs ), ) return proxy def _lazy_number_unpickle ( func , resultclass , n ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... revent any omitted permissions from being created. proxy ¶ Options. proxy ¶ If proxy = True , a model which ... subclasses another model will be treated as a proxy model . required_db_features ¶ Options. required_d ... espect_to ordering permissions default_permissions proxy required_db_features required_db_vendor select_on_ ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
PREV 1 2 3 4 5 NEXT