検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 110 for Single (0.012 sec.)
Model Meta options — Django 4.0.6 ドキュメント 7086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tement). For convenience, unique_together can be a single list when dealing with a single set of fields: uni ... issued.) For convenience, index_together can be a single list when dealing with a single set of fields: ind ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6984
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Python 3.2 and above. This comes in the form of a single codebase; you don't need to install a different ve ... ions targeted for just Python 2, just Python 3, or single applications that support both platforms. However, ... be cached. For many-to-one relationships, only the single side of the relationship can be cached. This is pa ... he batch_size is unlimited except for SQLite where single batch is limited so that 999 parameters per query ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... put the closing parenthesis on its own line. Use a single blank line between the last import and any module ... should appear after the fields are defined, with a single blank line separating the fields and the class def ... AUTHORS file in your patch if you make more than a single trivial change. JavaScript style ¶ For details abo ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django Utils — Django 4.0.6 ドキュメント 6883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns an asterisk, then Vary header will consist of a single asterisk '*' , according to RFC 7231#section-7.1.4 ... rty decorator caches the result of a method with a single self argument as a property. The cached result wil ... y decorator converts the result of a method with a single cls argument into a property that can be accessed ... is appropriate. Can be called multiple times on a single string. Can also be used as a decorator. For build ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ML. """ if words and length <= 0 : return "" html4_singlets = ( "br" , "col" , "link" , "base" , "img" , "pa ... ame . lower () if self_closing or tagname in html4_singlets : pass elif closing_tag : # Check for match in o ... and some_token="with spaces" (and similarly # for single-quoted strings). smart_split_re = _lazy_re_compile ... es, leaving quoted phrases together. Supports both single and double quotes, and supports escaping quotes wi ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... と属性を継承しています: django.views.generic.detail.SingleObjectTemplateResponseMixin django.views.generic.ba ... .detail.BaseDetailView django.views.generic.detail.SingleObjectMixin django.views.generic.base.View メソッド ... ail. BaseDetailView ¶ A base view for displaying a single object. It is not intended to be used directly, bu ... etailView or other views representing details of a single object. 継承元 (MRO) このメソッドは、以下のビューか ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
クラスベースビュー mixin — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ックスインを使用する をご覧ください。 Simple mixins Single object mixins Multiple object mixins mixinを編集す ...
https://man.plustar.jp/django/ref/class-based-views/mixins.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lows you to define multiple context variables in a single with block. The load tag now accepts a from argume ... nt, allowing you to load a single tag or filter from a library. TemplateResponse ¶ I ... endered in generating the response: either None, a single Template object, or a list of Template objects. Th ... ute, which is always a list, even if it has only a single element or no elements. DjangoTestRunner ¶ As a re ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.0.6 リリースノート — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Subquery() annotation of a queryset containing a single related field against a SimpleLazyObject ( #31420 ...
https://man.plustar.jp/django/releases/3.0.6.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the absolute directory path Django will use as the single base path for the application. If neither of these ... l_name . As a shortcut, this method also accepts a single argument in the form app_label.model_name . model_ ... model exists. Raises ValueError when called with a single argument that doesn't contain exactly one dot. Req ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT