検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 239 for default (0.086 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w" のパーミッション ¶ "view" パーミッションが Meta.default_permissions に追加されました。新しいパーミッション ... selected objects" action. You can now override the default admin site . The new ModelAdmin.sortable_by attrib ... and higher. Removed BCryptPasswordHasher from the default PASSWORD_HASHERS setting ¶ If you used bcrypt with ... SRF protection now set the SameSite flag to Lax by default. Browsers that respect this flag won't send these ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。そのために、設定ファイルの DATABASES を編集して、 'default' 接続の以下のキーに対して値を設定します。 NAME ENG ... hen add the app to your INSTALLED_APPS setting. By default, inspectdb creates unmanaged models. That is, mana ... on above to True (or remove it because True is its default value). Install the core Django tables ¶ Next, run ... ベース , database , How , 既存 , パラメータ , 自動 , default , up , inspectdb クイック検索 Last update: 2022年6 ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nitial () ¶ Retrieve initial data for the form. By default, returns a copy of initial . get_form_class () ¶ R ... etrieve the form class to instantiate. By default form_class . get_form ( form_class = None ) ¶ Inst ... e prefix for the generated form. Returns prefix by default. get_success_url () ¶ Determine the URL to redirec ... is successfully validated. Returns success_url by default. form_valid ( form ) ¶ Redirects to get_success_ur ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lse delimiter ¶ This is an optional argument which defaults to a comma: , . This value is used to split the s ... ing field will be used. remove_trailing_nulls ¶ By default, this is set to False . When False , each value fr ... Field and translates its input into NumericRange . Default for IntegerRangeField and BigIntegerRangeField . D ... Field and translates its input into NumericRange . Default for DecimalRangeField . DateTimeRangeField ¶ class ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; available alternatives now include set null, set default, set to any value, protect, or do nothing. For mor ... render_to_response() providing a RequestContext by default. Support for combining F expressions with timedelt ... to run periodically via e.g. cron). PasswordInput default rendering behavior ¶ The PasswordInput form widget ... rm with errors. Prior to Django 1.3, this argument defaulted to True , meaning that the submitted password wo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5106
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... UTF-8. Don't be fooled into thinking that if your DEFAULT_CHARSET setting is set to something other than 'ut ... u can use that other encoding in your bytestrings! DEFAULT_CHARSET only applies to the strings generated as t ... ernal bytestrings. The reason for this is that the DEFAULT_CHARSET setting is not actually under your control ... nge the encoding used to read files from disk. The DEFAULT_CHARSET setting controls the encoding of rendered ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 5065
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sures that in your model class you have at least a default Manager specified. If you don't add your own Manag ... , Django will add an attribute objects containing default Manager instance. If you add your own Manager inst ... ance attribute, the default one does not appear. Consider the following exampl ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5065
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... max_length = 1 , choices = ACCOUNT_TYPE_CHOICES , default = REGULAR , ) When ¶ class When ( condition = None ... = Client . PLATINUM , then = Value ( '10%' )), ... default = Value ( '0%' ), ... ), ... ) . values_list ( 'na ... luate to TRUE , then the expression given with the default keyword argument is returned. If a default argumen ... n__lte = a_month_ago , then = Value ( '5%' )), ... default = Value ( '0%' ), ... ) ... ) . values_list ( 'nam ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogger = logging . getLogger ( "django.request" ) # Default logging for Django. This sends an email to the sit ... logging.txt; please amend it there if edited here. DEFAULT_LOGGING = { "version" : 1 , "disable_existing_logg ... ( logging_config ) logging . config . dictConfig ( DEFAULT_LOGGING ) # ... then invoke it with the logging se ... ass = import_string ( reporter_class or settings . DEFAULT_EXCEPTION_REPORTER ) def emit ( self , record ): t ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... control the ordering of a field's null values. By default, the ordering depends on your database. For exampl ... ated as the function placeholder within template . Defaults to None . template ¶ A class attribute, as a form ... ribes the SQL that is generated for this function. Defaults to '%(function)s(%(expressions)s)' . If you're co ... ter used to join the list of expressions together. Defaults to ', ' . arity ¶ A class attribute that denotes ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]