検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 158 for custom (0.029 sec.)
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 11531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . In the context of a browser, the only way that a custom header of this nature can be added is with XMLHttp ... d redirects which can allow an attacker to provide custom HTTP headers on a request to any website. This can ... ally, Django will now accept the CSRF token in the custom HTTP header X-CSRFTOKEN, as well as in the form su ... pular JavaScript toolkits which allow insertion of custom headers into all AJAX requests. Please see the CSR ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 10955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d label conflicts. The name of applications can be customized in the admin with the verbose_name of applicat ... This change should not affect you unless you write custom Field subclasses; if you do, you may need to reimp ... he migration serialization documentation . Calling custom QuerySet methods from the Manager ¶ Historically, ... reusable model queries was to create methods on a custom Manager class. The problem with this approach was ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 9573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow to authenticate using REMOTE_USER How to create custom django-admin commands How to create custom model f ... ields How to write custom lookups How to implement a custom template backend ... How to create custom template tags and filters How to write a custom st ... REMOTE_USER 関連キーワード How , ガイド , create , custom , files , deploy , authenticate , template , トピッ ...
https://man.plustar.jp/django/howto/index.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 9504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » How to implement a custom template backend ¶ カスタムのバックエンド ¶ Here's ... how to implement a custom template backend in order to use another template ... detailed information when a template error arises. Custom template engines can use these hooks to enhance th ... ている場合、死体解剖の結果は次のように表示されます。 Custom engines can populate the postmortem by passing the ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 9066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault templates don't suit your tastes, you can use custom project and app templates . Improved transaction m ... y are OpenLayers-based by default, but they can be customized to use any other JS framework. check managemen ... anslation time rather than at definition time. For custom management commands: Verification of the presence ... to set a column width. The isolation level can be customized under PostgreSQL. The blocktrans template tag ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 8916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... モデルメソッド を使ってください。 For example, this custom Manager adds a method with_counts() : from django. ... lt managers ¶ Model. _default_manager ¶ If you use custom Manager objects, take note that the first Manager ... objects you'd like to work with. You can specify a custom default manager using Meta.default_manager_name . ... s only the case for the extra methods defined on a custom QuerySet if you also implement them on the Manager ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 8041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... engines system . The form rendering process can be customized at several levels: Widgets can specify custom ... template names. Forms and widgets can specify custom renderer classes. A widget's template can be overr ... lates because they might conflict with a project's custom templates.) The low-level render API ¶ The renderi ... ng of form templates is controlled by a customizable renderer class. A custom renderer can be spe ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » How to create custom template tags and filters ¶ Django のテンプレート言 ... utoescaping. For example, if you wanted to write a custom filter called urlize_and_linebreaks that combined ... reaksbr }} Filters and time zones ¶ If you write a custom filter that operates on datetime objects, you'll u ... If you need to rename your tag, you can provide a custom name for it: register . simple_tag ( lambda x : x ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 7683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » How to create custom model fields ¶ はじめに ¶ model reference ` のドキ ... 的なタイプのみです。 地理的なポリゴンや、 PostgreSQL custom types`_などのユーザー作成タイプなど、より不明瞭な列 ... とに注意してください。 deconstruct() メソッドは for custom classes で、3つのアイテムを含むタプルを返します。 ... ることはできません。たとえば、次で始まる場合: class CustomCharField ( models . CharField ): ... そして、代わり ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'context_processors' option of OPTIONS . If you've customized the MIDDLEWARE setting, django.contrib.auth.mi ... he Django admin documentation generator JavaScript customizations in the admin 参考 本番環境での admin と関連 ... , Editor , Reader from myproject.admin_site import custom_admin_site @admin . register ( Author , Reader , E ... ditor , site = custom_admin_site ) class PersonAdmin ( admin . ModelAdmi ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT