検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 108 for format (0.095 sec.)
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in 1.11.3 on Python 2 where non-ASCII format values for date/time widgets results in an empty v ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor uses by lowercasing all passwords to match the format expected by the validator ( #29952 ). Prevented re ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appy with them. Python style ¶ All files should be formatted using the black auto-formatter. This will be ru ... ggests 72. String variable interpolation may use %-formatting , f-strings , or str.format() as appropriate, ... , including error and logging messages. In general format() is more verbose, so the other formatting methods ... related refactoring of existing code to adjust the formatting method. Avoid use of "we" in comments, e.g. "L ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 入力をエスケープしたり非エスケープのタグを使う場合、 format_html() を使用してください。 以下は、モデルの例です ... ngo.db import models from django.utils.html import format_html class Person ( models . Model ): first_name = ... @admin . display def colored_name ( self ): return format_html ( '<span style="color: # {} ;"> {} {} </span> ... ngo.db import models from django.utils.html import format_html class Person ( models . Model ): first_name = ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo provides a specific serializer for the GeoJSON format. See Django オブジェクトのシリアル化 for more info ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt, Django uses Python's logging.config.dictConfig format . Default logging conditions ¶ The full set of def ... ()' : 'django.utils.log.RequireDebugTrue' , }, }, 'formatters' : { 'django.server' : { '()' : 'django.utils. ... log.ServerFormatter' , 'format' : '[ {server_time} ] {message} ' , ... l' : 'INFO' , 'class' : 'logging.StreamHandler' , 'formatter' : 'django.server' , }, 'mail_admins' : { 'leve ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ufficient knowledge of a model's structure and the format of these lookup arguments to invent useful new fil ... trated that this can be abused to gain access to information outside of an admin user's permissions; for exa ... d by the Django database API -- expose sensitive information such as users' password hashes. To remedy this, ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ERIALIZER , to customize the session serialization format. For backwards compatibility, this setting default ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .mime.text import MIMEText from email.utils import formataddr , formatdate , getaddresses , make_msgid from ... val def sanitize_address ( addr , encoding ): """ Format a pair of (name, address) or an email address stri ... ( username = localpart , domain = domain ) return formataddr (( nm , parsed_address . addr_spec )) class MI ... = False , linesep = " \n " ): """Return the entire formatted message as a string. Optional `unixfrom' when T ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'myapp' If you want to represent a model with the format app_label.object_name or app_label.model_name you ... and turn them all-uppercase. To prevent such transformations, use a quoted name as the value for db_table : ... zas' )] This is a list or tuple of 2-tuples in the format (permission_code, human_readable_permission_name) ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT