検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 158 for custom (0.096 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4919
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovided by the ModelAdmin class, it is possible to customize permissions for different object instances of t ... ou can set any of the parameters of AccessMixin to customize the handling of unauthorized users: from django ... ou can set any of the parameters of AccessMixin to customize the handling of unauthorized users. You may als ... n password won't log themselves out. If you have a custom password change view and wish to have similar beha ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
モデル — Django 4.0.6 ドキュメント 4919
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 独自のフィールドを簡単に記述できます; How to create custom model fields を参照してください。 フィールドオプシ ... stances of the intermediate model directly. If the custom through table defined by the intermediate model do ... 自分自身のフィールドを作成する方法は、 How to create custom model fields で提供しています。 Meta オプション ¶ ... t or as a result of a cascading delete . To ensure customized delete logic gets executed, you can use pre_de ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4919
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... できます。 It works backwards, too. While it can be customized , by default you refer to a "reverse" relation ... r () # Default Manager entries = EntryManager () # Custom Manager b = Blog . objects . get ( id = 1 ) b . en ... 場合、 all() の呼び出しに適用されます。 Specifying a custom reverse manager also enables you to call its custo ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 4919
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Manager . This is useful for example if you have a custom manager : get_object_or_404 ( Book . dahl_objects ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 4838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o instead, we define our own __reduce__ method and custom unpickler. We # pickle the wrapped object as the u ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able ¶ A user may set this environment variable to customize the library paths they want to use. The typical ... h as /etc/ld.so.conf.d . As the root user, add the custom library path (like /usr/local/lib ) on a new line ... again for the settings to take effect. 注釈 If you customized the OSGeo4W installation directories, then you ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s related to, then you need to explicitly pass the custom field name as a parameter to CurrentSiteManager on ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld.through attribute to make the relation use your custom model. For tests involving models with managed=Fal ... s to ('add', 'change', 'delete', 'view') . You may customize this list, for example, by setting this to an e ... e on the model: from django.db import models class Customer ( models . Model ): first_name = models . CharFi ... e on the model: from django.db import models class Customer ( models . Model ): age = models . IntegerField ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、アクセスできるようにする上で重要です。You can also customize the way in which labels and ids are generated . ... ou to style its appearance. If you wish to further customize the display of errors you can do so by looping ... dation errors corresponding to this field. You can customize the presentation of the errors with a {% for er ... mplate_name attribute to render the form using the custom template. The below example will result in {{ form ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " pass class CommandParser ( ArgumentParser ): """ Customized ArgumentParser class to improve some error mes ... d class DjangoHelpFormatter ( HelpFormatter ): """ Customized formatter so that command-specific arguments a ... in this file. If you are interested in overriding/customizing various aspects of the command-parsing and -e ... ): """ Entry point for subclassed commands to add custom arguments. """ pass def add_base_argument ( self , ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 NEXT