検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 105 for output (0.035 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 14364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a nicely-printed error message to the appropriate output stream (i.e., stderr); as a result, raising this e ... at command-specific arguments appear in the --help output before arguments common to all commands. """ show_ ... nts ( self . _reordered_actions ( actions )) class OutputWrapper ( TextIOBase ): """ Wrapper around stdout/s ... ``handle()`` method with the parsed arguments; any output produced by ``handle()`` will be printed to standa ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 12629
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... version to display the current Django version. The output follows the schema described in PEP 440 : 1.4 . de ... v17026 1.4 a1 1.4 Displaying debug output ¶ Use --verbosity , where it is supported, to spec ... CONF , so ROOT_URLCONF is followed by "###" in the output of diffsettings . --all ¶ Displays all settings, e ... ty to compare against Django's default settings. --output {hash,unified} ¶ Specifies the output format. Avai ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 10676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r by, annotation, or aggregate. When an expression outputs a boolean value, it may be used directly in filte ... l be returned. Since F() does not directly support output_field you will need to wrap the expression with Ex ... ionWrapper ( F ( 'active_at' ) + F ( 'duration' ), output_field = DateTimeField ())) When referencing relati ... same name without having to define your own class. output_field can be used to define the expected return ty ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 10368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsion functions ¶ Cast ¶ class Cast ( expression , output_field ) ¶ Forces the result type of expression to ... be the one from output_field . Usage example: >>> from django.db.models i ... cts . annotate ( ... age_as_float = Cast ( 'age' , output_field = FloatField ()), ... ) . get () >>> print ( ... ionNow . Trunc ¶ class Trunc ( expression , kind , output_field = None , tzinfo = None , is_dst = None , ** ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e auto-escaping is enabled, Django will escape the output whenever the input is not already marked as "safe" ... rn <a> into <a , which would need to be escaped on output to avoid causing problems. Similarly, removing a s ... HTML markup into the result. You want to mark the output as safe from further escaping so that your HTML ma ... 'll need to handle the input yourself. To mark the output as a safe string, use django.utils.safestring.mark ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecting methods first, followed (optionally) by any output-affecting methods (such as values() ), but it does ... e main benefit of using RawSQL is that you can set output_field if needed. The main downside is that if you ... width=12) Filter: (title = 'My Blog'::bpchar) The output differs significantly between databases. explain() ... straightforward. The format parameter changes the output format from the databases's default, which is usua ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... amed lookup_name . For instance, by returning self.output_field.get_lookup(lookup_name) . get_transform ( tr ... d transform_name . For instance, by returning self.output_field.get_transform(transform_name) . output_field ... y expressions. It cannot contain the string "__" . output_field ¶ Defines the class this transformation outp ... Field instance. By default is the same as its lhs.output_field . Lookup reference ¶ class Lookup ¶ A Lookup ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation is transformed into HTML, PDF, and any other output format. To build the documentation locally, instal ... where they occur will be saved to _build/spelling/output.txt . If you encounter false-positives (error outp ... ing. From the docs directory, run make linkcheck . Output is printed to the terminal, but can also be found ... in _build/linkcheck/output.txt and _build/linkcheck/output.json . Entries tha ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d ) None >>> pnt . srid = 4326 >>> pnt . srid 4326 Output Properties ¶ The properties in this section export ... the GEOSGeometry object into a different. This output may be in the form of a string, buffer, or even an ... tion, for example SRID=4326;POINT(5 23) . 注釈 The output from this property does not include the 3dm, 3dz, ... higher tolerance value implies fewer points in the output. If no tolerance is provided, it defaults to 0. By ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts first value when it's next encountered. debug ¶ Outputs a whole load of debugging information, including ... current context and imported modules. {% debug %} outputs nothing when the DEBUG setting is False . Changed ... 代わりに autoescape タグを使ってください。 firstof ¶ Outputs the first argument variable that is not "false" ( ... e boolean value, and is not a zero numeric value). Outputs nothing if all the passed variables are "false". ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT