検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 174 for argument (0.611 sec.)
Simple mixins — Django 4.0.6 ドキュメント 5478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ary representing the template context. The keyword arguments provided will make up the returned context. Examp ... te. template_engine is passed as the using keyword argument to response_class . Default is None , which tells ... the response. content_type is passed as a keyword argument to response_class . Default is None -- meaning tha ... rns a self.response_class instance. If any keyword arguments are provided, they will be passed to the construc ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s_type ( ** kwargs ) ¶ Takes a set of valid lookup arguments for the model the ContentType represents, and doe ... ault is True . This mirrors the for_concrete_model argument to get_for_model() . Primary key type compatibilit ... names of the content-type and object-ID fields as arguments, so too does GenericRelation ; if the model which ... y , GenericForeignKey does not accept an on_delete argument to customize this behavior; if desired, you can av ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ubset of apps by providing a list of app labels as arguments: django - admin check auth admin myapp --tag TAGS ... to which to open a shell. Defaults to default . -- ARGUMENTS ¶ Any arguments following a -- divider will be pa ... bles or views to inspect by passing their names as arguments. If no arguments are provided, models are created ... ies of a migration will also be shown. app_label s arguments limit the output, however, dependencies of provid ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly. When called, callbacks will be passed a single argument -- the rendered SimpleTemplateResponse instance. I ... er callback, define a function that takes a single argument -- response -- and register that function with the ... the fully rendered TemplateResponse instance as an argument. If the template has already been rendered, the ca ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he router has no opinion. The app_label positional argument is the label of the application being migrated. mo ... ses the specified database. using() takes a single argument: the alias of the database on which you want to ru ... hich a model will be deleted, pass a using keyword argument to the Model.delete() method. This argument works ... just like the using keyword argument to save() . For example, if you're migrating a use ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of size page_size . If the request contains a page argument, either as a captured URL argument or as a GET arg ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... els.IntegerField(null=True) . The preserve_default argument indicates whether the field's default value is per ... n and other field attributes. The preserve_default argument indicates whether the field's default value is per ... QL operation is irreversible. The state_operations argument allows you to supply operations that are equivalen ... SchemaEditor のインスタンスです。 The reverse_code argument is called when unapplying migrations. This callabl ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, not including orphans (see the orphans optional argument below). Paginator. orphans ¶ Optional. Use this wh ... rent page number is determined by the on_each_side argument which defaults to 3. The number of pages to includ ... and end of page range is determined by the on_ends argument which defaults to 2. For example, with the default ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Bugfixes ¶ Made migrations respect Index 's name argument. If you created a named index with Django 1.11, ma ... n using a two-tuple in EmailMessage 's attachments argument ( #28042 ). Fixed QuerySet.filter() crash when it ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when numeric fields are not localized. The number argument for lazy plural translations can be provided at tr ... ィールドをオーバライドする for details. The choices argument to model fields now accepts an iterable of iterabl ... oreignKey now takes an optional for_concrete_model argument, which when set to False allows the field to refer ... e() method no longer requires at least one keyword argument. The SimpleTestCase class includes a new assertion ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT