検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 44 for proxy (0.015 sec.)
Django におけるセキュリティ — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合は、関連する注意点を完全に理解した上で、 SECURE_PROXY_SSL_HEADER をセットしてください。この設定に失敗する ... してください。 Please note the caveats under SECURE_PROXY_SSL_HEADER . For the case of a reverse proxy, it m ...
https://man.plustar.jp/django/topics/security.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 7161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne aren't equal to anything except themselves. For proxy models, concrete class is defined as the model's f ... irst non-proxy parent; for all other models it's simply the model ... models . AutoField ( primary_key = True ) class MyProxyModel ( MyModel ): class Meta : proxy = True class ... nce = MyModel ( id = None ) instance == instance # Proxy model MyModel ( id = 1 ) == MyProxyModel ( id = 1 ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 7161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d queryset crash when using a GenericRelation to a proxy model ( #28418 ). 目次 Django 1.11.4 リリースノート ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 7161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... update() . When using related fields pointing to a proxy model in the of argument, the corresponding model ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 7161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... update() . When using related fields pointing to a proxy model in the of argument, the corresponding model ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {% elif %} clauses. If your Django app is behind a proxy, you might find the new SECURE_PROXY_SSL_HEADER se ... tting useful. It solves the problem of your proxy "eating" the fact that a request came in via HTTPS ... efault DatabaseWrapper object anymore and is now a proxy to access that object's attributes. If you need to ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Retrieval of ContentType instances associated with proxy models ¶ The methods ContentTypeManager.get_for_mo ... ssible to retrieve the ContentType associated with proxy models. New view variable in class-based views con ... Retrieval of ContentType instances associated with proxy models New view variable in class-based views cont ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that caused a crash when migrating permissions for proxy models with a multiple database setup if the defau ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... update() . When using related fields pointing to a proxy model in the of argument, the corresponding model ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . One solution is to use middleware to rewrite the proxy headers, as in the following example: class Multip ... leProxyMiddleware : FORWARDED_FOR_FIELDS = [ 'HTTP_X_FORWA ... def __call__ ( self , request ): """ Rewrites the proxy headers so that only the most recent proxy is used ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 NEXT