検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 41 for formats (0.036 sec.)
Form fields — Django 4.0.6 ドキュメント 13024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s such an iterable. This argument accepts the same formats as the choices argument to a model field. See the ... d 、 invalid 1 つの省略可能な引数を取ります: input_formats ¶ 文字列を有効な datetime.date オブジェクトに変換す ... る試行に使う表示形式のリストです。 If no input_formats argument is provided, the default input formats ar ... e taken from DATE_INPUT_FORMATS if USE_L10N is False , or from the active locale f ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
設定 — Django 4.0.6 ドキュメント 12169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ence and will be applied instead. See allowed date format strings . See also DATETIME_FORMAT , TIME_FORMAT an ... d SHORT_DATE_FORMAT . DATE_INPUT_FORMATS ¶ デフォルト値: [ '%Y-%m- %d ' , # '2006-10-25' '% ... 6' ' %d %B, %Y' , # '25 October, 2006' ] A list of formats that will be accepted when inputting data on a dat ... e field. Formats will be tried in order, using the first valid one. ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 11594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d numbers on templates will be displayed using the format specified for the current locale. Django will also ... use localized formats when parsing data in forms. See 表示形式のローカル ... e behavior of inline objects. New now template tag format specifier characters: c and u ¶ The argument to the ... lper functions ¶ django.utils.translation.get_date_formats() and django.utils.translation.get_partial_date_fo ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 10833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ant to overwrite some of the values. To use custom formats, specify the path where you'll place format files ... xist, for instance: FORMAT_MODULE_PATH = [ 'mysite.formats' , 'some_app.formats' , ] Files are not placed dir ... a directory named as the locale, and must be named formats.py . Be careful not to put sensitive information i ... be exposed if you pass the string to django.utils.formats.get_format() (used by the date template filter). T ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 9776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ays ( #25772 ). Restored the ability to use custom formats from formats.py with django.utils.formats.get_form ... , when , values , filter , using , which , read , formats , list , we クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 9107
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re accessed by many people at the same time. Other formats ¶ Notice that there isn't a lot in these examples ... e techniques you can use when generated text-based formats. 参考 Django Packages provides a comparison of pac ... ReportLab をインストールする Write your view Other formats 前のトピックへ How to create CSV output 次のトピッ ... w , create , file , browsers , dynamically , not , formats , different , PDFs クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 9014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object's edit page) or a pre-formatted url. String formats, such as the previous default '../%s/' , will not ... s compatibility. django.utils.translation.get_date_formats() and django.utils.translation.get_partial_date_fo ... will be removed; use the locale-aware django.utils.formats.get_format() to get the appropriate formats. In dj ... o.forms.fields , the constants: DEFAULT_DATE_INPUT_FORMATS , DEFAULT_TIME_INPUT_FORMATS and DEFAULT_DATETIME_ ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 8439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chanism for "translating" Django models into other formats. Usually these other formats will be text-based an ... format to serialize the data to (see Serialization formats ) and a QuerySet to serialize. (Actually, the seco ... , data , ignorenonexistent = True ) Serialization formats ¶ Django supports a number of serialization format ... 承されたモデル データのデシリアライズ Serialization formats XML JSON DjangoJSONEncoder JSONL YAML Natural keys ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng vector geographic data in a variety of standard formats. GeoDjango provides a high-level Python interface ... ta from a variety of OGR-supported geospatial file formats and data sources using a consistent interface. Eac ... f a path. For more information, see the OGR Vector Formats documentation. The name property of a DataSource i ... a from a variety of GDAL-supported geospatial file formats and data sources using a consistent interface. Eac ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now accepts dates in a subset of ISO 8601 datetime formats, including optional timezone, e.g. 2019-10-10T06:4 ... . Additionally, DateTimeField now uses DATE_INPUT_FORMATS in addition to DATETIME_INPUT_FORMATS when convert ... nd 68 are mapped to the current century. Date-only formats are removed from the default list for DATETIME_INP ... UT_FORMATS . The FileInput widget no longer renders with the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 4 5 NEXT