検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 105 for Built (0.038 sec.)
Signals — Django 4.0.6 ドキュメント 7452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... ested in the same events. Django provides a set of built-in signals that let user code get notified by Djan ... Django starts or finishes an HTTP request. See the built-in signal documentation for a complete list, and a ... jects as their senders; you'll need to consult the built-in signal documentation for details of each partic ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7259
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... ng other users' session records to be evicted. The built-in session backends now create a session record on ... session-modifying view to anonymous users. As each built-in session backend was fixed separately (rather th ... dators accept newlines in input ¶ Some of Django's built-in validators ( EmailValidator , most seriously) d ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... be used directly in filters. There are a number of built-in expressions (documented below) that can be used ... instance: >> car = Company . objects . annotate ( built_by = F ( 'manufacturer' ))[ 0 ] >> car . manufactu ... rer < Manufacturer : Toyota > >> car . built_by 3 Using F() to sort null values ¶ Use F() and t ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6963
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... = '' , file_charset = 'utf-8' , libraries = None , builtins = None , autoescape = True ) ¶ When instantiati ... rresponding dictionary key to the {% load %} tag. 'builtins' : A list of dotted Python paths of template ta ... g modules to add to built-ins . For example: Engine ( builtins = [ 'myapp.bu ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6963
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... en dealing with actual objects. ContextMixin Every built in view which needs context data, such as for rend ... how two of Django's generic class-based views are built out of mixins providing discrete functionality. We ... We're still going to be combining them with either built-in class-based views, or other generic class-based ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... uding: A framework for writing class-based views . Built-in support for using Python's logging facilities . ... 脈マーカー and 翻訳者へのコメント . Improvements to built-in template tags ¶ A number of improvements have b ... een made to Django's built-in template tags: The include tag now accepts a wi ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... s django.utils.simplejson in favor of Python 2.6's built-in json module. In theory, this change is harmless ... lejson works), if it was more recent than Django's built-in copy or it had the C speedups, or The json modu ... t was available (i.e. Python 2.6 or greater), or A built-in copy of version 2.0.7 of simplejson . In Django ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... gs and filters that come with Django (in fact, the built-in tag reference and built-in filter reference doc ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 6771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... index . To use this index on data types not in the built-in operator classes , you need to activate the btr ... ields . To use this index on data types not in the built-in gist operator classes , you need to activate th ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtername.re ... alidationError : ['Please enter your name'] In the built-in Field classes section below, each Field defines ... mmon validation needs. This section documents each built-in field. For each field, we describe the default ... and returns a coerced value. Examples include the built-in int , float , bool and other types. Defaults to ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT