検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 44 for proxy (0.027 sec.)
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nteractive shell. Added a warning to dumpdata if a proxy model is specified (which results in no output) wi ... plan and apps . モデル ¶ Reverse foreign keys from proxy models are now propagated to their concrete class. ... se relation attached by a ForeignKey pointing to a proxy model is now accessible as a descriptor on the pro ... ng PostgreSQL. Added the Cast database function. A proxy model may now inherit multiple proxy models that s ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ている内容を変更する必要がない場合は User に基づいて proxy model を作成できます。これにより、デフォルトの並び ... s when you check permissions. カスタムのユーザーと proxy モデル ¶ One limitation of custom user models is t ... hat installing a custom user model will break any proxy model extending User . Proxy models must be based ... ably identify the base class. If your project uses proxy models, you must either modify the proxy to extend ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ermissions 属性を介して Group に割り当てられます。 Proxy models need their own content type If you want to ... create permissions for a proxy model , pass for_concrete_model=False to ContentTy ... = ContentType . objects . get_for_model ( BlogPostProxy , for_concrete_model = False ) 権限のキャッシュ ¶ ... app.change_blogpost' ) # True ... プロキシモデル ¶ Proxy models work exactly the same way as concrete model ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that caused a crash when migrating permissions for proxy models if the target permissions already existed. ... ally or a model had been migrated from concrete to proxy ( #30351 ). Fixed a regression in Django 2.2 that ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 7530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... authentication information along from a front-end proxy), even if the proxy carefully strips any incoming ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 7530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... authentication information along from a front-end proxy), even if the proxy carefully strips any incoming ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you are deployed behind a load-balancer or reverse-proxy server, and the Strict-Transport-Security header i ... secure connection; you may need to set the SECURE_PROXY_SSL_HEADER setting. Referrer Policy ¶ Browsers use ... you are deployed behind a load-balancer or reverse-proxy server and Django can't seem to tell when a reques ... is already secure, you may need to set the SECURE_PROXY_SSL_HEADER setting. Session middleware ¶ class Ses ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 7453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... authentication information along from a front-end proxy), even if the proxy carefully strips any incoming ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
モデル — Django 4.0.6 ドキュメント 7453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れがプロキシモデルである事を伝えるには Meta クラスの proxy 属性値を True にします。 例として、 Person モデルに ... gth = 30 ) class MyPerson ( Person ): class Meta : proxy = True def do_something ( self ): # ... pass MyPer ... "foobar" ) <MyPerson: foobar> You could also use a proxy model to define a different default ordering on a ... order by the last_name attribute when you use the proxy: class OrderedPerson ( Person ): class Meta : orde ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_model=False allows fetching the ContentType of a proxy model. get_for_models ( * models , for_concrete_mo ... te_models=False allows fetching the ContentType of proxy models. get_by_natural_key ( app_label , model ) ¶ ... l ¶ If False , the field will be able to reference proxy models. Default is True . This mirrors the for_con ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 1 2 3 4 5 NEXT