検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 108 for format (0.055 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 7055
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in help ¶ Run django-admin help to display usage information and a list of the commands provided by each app ... to specify the amount of notification and debug information that django-admin prints to the console. Availa ... or use with the database cache backend using the information from your settings file. See Django's cache fra ... mework for more information. --database DATABASE ¶ Specifies the database i ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 6863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nth>/' , ArticleMonthArchiveView . as_view ( month_format = '%m' ), name = "archive_month_numeric" ), # Exam ... t template_name_suffix of _archive_week . The week_format attribute is a strptime() format string used to pa ... nday. New in Django 3.2: Support for the '%V' week format was added. Example myapp/views.py : from django.vi ... le . objects . all () date_field = "pub_date" week_format = "%W" allow_future = True 例 myapp/urls.py : from ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mode. In this mode, Django stores date and time information in UTC in the database, uses time-zone-aware da ... ause it already stores timestamps with time zone information in Django 1.3.) Avoiding data corruption proble ... t myproject / path / to / new / project For more information, see the startapp and startproject documentatio ... as a result. See the bulk_create() docs for more information. QuerySet.prefetch_related ¶ Similar to select_ ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elete extra forms. See can_delete_extra for more information. django.contrib.gis ¶ The GDALRaster.transform( ... elete extra forms. See can_delete_extra for more information. BaseFormSet now reports a user facing error, r ... mset. ジェネリックビュー (generic view) ¶ The week_format attributes of WeekMixin and WeekArchiveView now su ... pport the '%V' ISO 8601 week format. 管理コマンド ¶ loaddata now supports fixtures sto ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6672
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ort Error as BinasciiError from email.utils import formatdate from urllib.parse import ( ParseResult , Split ... メント] def http_date ( epoch_seconds = None ): """ Format the time to match the RFC1123 date format as speci ... faults to the current time. Output a string in the format 'Wdy, DD Mon YYYY HH:MM:SS GMT'. """ return format ... e ) def parse_http_date ( date ): """ Parse a date format as specified by HTTP RFC7231 section 7.1.1.1. The ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 6672
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsfer of records, and even modify records in-place formatters, to convert LogRecord objects to a string or o ... ost commonly used. The setting uses the dictConfig format , and extends the default logging configuration . ... .py : LOGGING = { 'version' : 1 , # the dictConfig format version 'disable_existing_loggers' : False , # ret ... s take different configuration options. For more information on available handler classes, see the AdminEmai ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6672
" + 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: ... . Additionally, DateTimeField now uses DATE_INPUT_FORMATS in addition to DATETIME_INPUT_FORMATS when conver ... day of week. QuerySet.explain() now supports: TREE format on MySQL 8.0.16+, analyze option on MySQL 8.0.18+ ... a separators for decimal fractions in the ISO 8601 format. parse_datetime() , parse_duration() , and parse_t ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6621
" + 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 ... of OGR, including the reading and coordinate transformation of vector spatial data and minimal support for ... ta from a variety of OGR-supported geospatial file formats and data sources using a consistent interface. Ea ... some number of geographic features ( Feature ), information about the type of features contained in that la ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6621
" + 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 a ... , but it's possible for a serializer to handle any format (text-based or not). 参考 If you just want to get ... )) The arguments to the serialize function are the format to serialize the data to (see Serialization format ... erySet). django.core.serializers. get_serializer ( format ) ¶ You can also use a serializer object directly: ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct is used for both. If you want to do any special formatting for either the title or description, Django te ... wargs ) ¶ There is also a way to pass additional information to title and description templates, if you need ... your URLconf so feeds can output items based on information in the feed's URL. The police beat feeds could ... {{ obj.description }} However, you are free to add formatting as desired. The ExampleFeed class below gives ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT