検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 67 for label (0.093 sec.)
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pp_config に応じたコマンドの処理を行います。 class LabelCommand ¶ コマンドラインで1つ以上の任意の引数(ラベ ... 装するのではなく、ラベルごとに1回呼び出される handle_label() を実装する必要があります。 LabelCommand. label... 使用法やエラーメッセージに利用します。デフォルトは 'label' です。 LabelCommand. handle_label ( label , ** op ... tions ) ¶ コマンドラインに渡された文字列である label に対応したコマンドの処理を行います。 コマンドが発生 ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6928
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omponent reStructuredText roles モデル :model:`app_label.ModelName` ビュー :view:`app_label.view_name` テン ... " slug = models . SlugField ( help_text = "A short label, generally used in URLs." ) author = models . Fore ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replaced, respectiv ... ely, by the lowercased app label and class name of the concrete model. For example ... CheckConstraint(check=Q(age__gte=18), name='%(app_label)s_%(class)s_is_adult') . Validation of Constraints ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is tuple to be used as the human-readable name, or label . The label can be a lazy translatable string. Thu ... in most cases, the member value will be a (value, label) two-tuple. See below for an example of subclassin ... ided, or the last item is not a (lazy) string, the label is automatically generated from the member name. A ... .label property is added on values, to return the human-r ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EL = 'myapp.MyUser' This dotted pair describes the label of the Django app (which must be in your INSTALLED ... をチェックする必要があります。 has_module_perms(app_label): ユーザーが与えられたアプリ内のモデルへのアクセス ... ている場合、 True を返します。ここで、 perm は "<app label>.<permission codename>" という形式で指定します ( p ... ている場合、 True を返します。ここで、 perm は "<app label>.<permission codename>" という形式で指定します。も ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replaced, respectiv ... ely, by the lowercased app label and class name of the concrete model. For example ... Index(fields=['title'], name='%(app_label)s_%(class)s_title_index') . db_tablespace ¶ Index. ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... required_css_class is defined on a form, then the <label> tags for required fields will have this class pre ... em from field-specific errors. Field now accepts a label_suffix argument, which will override the form's la ... previously it wasn't possible to override a form's label_suffix while using shortcuts such as {{ form.as_p ... n templates. SelectDateWidget now accepts an empty_label argument, which will override the top list choice ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s transparent for proxy models having the same app_label as their concrete model. However, in older version ... permissions for a proxy model with a different app_label than its concrete model couldn't access the model ... ssion strings must be updated to use their own app_label . For example, for app.MyProxyModel inheriting fro ... tests failing with errors like no such table: <app_label>_<model> . This was observed with several third-pa ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . _state . db def allow_migrate ( self , db , app_label , ** hints ): for router in self . routers : try : ... o the next one. continue allow = method ( db , app_label , ** hints ) if allow is not None : return allow r ... rn self . allow_migrate ( db , model . _meta . app_label , model_name = model . _meta . model_name , model ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6615
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erence is that the level may be passed as a string label in addition to integer/constant. ModelAdmin. get_p ... enting an application with the following keys: app_label : the application label app_url : the URL of the a ... aScript jsi18n Application index page app_list app_label Redirect to object's page view_on_site content_typ ... d URLs: Page URL name パラメータ Changelist {{ app_label }}_{{ model_name }}_changelist 追加 {{ app_label } ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT