検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 170 for there (0.118 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # Don't bother creating the network connection if there's nobody to # send to. return 0 return self . get_ ... er is a MIMEBase subclass, insert it directly into the resulting message attachments. For a text/* mimetype ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ough conditional_escape(), and call mark_safe() on the result. This function should be used instead of str. ... le of a phrase by adding non-breaking spaces where there previously were normal spaces. """ return value . ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed only once, thus breaking the unique constraint. Therefore, the following steps should be taken. In this ... on-nullable UUIDField with a default value. Modify the respective field according to your needs. Add the fi ... migrations as usual with the migrate command. Note there is a race condition if you allow objects to be cre ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... king for these issues before code review it allows the reviewer to focus on the change itself, and it can a ... sed if it has not already been configured). So, if there is a module containing some code as follows: from ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... organized into several categories: Tutorials take the reader by the hand through a series of steps to crea ... hing. The important thing in a tutorial is to help the reader achieve something useful, preferably as early ... n the nature of the problem we're solving, so that the reader understands what we're trying to achieve. Don ... anations of how things work - what matters is what the reader does, not what you explain. It can be helpful ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iciousOperation and other security-related errors. There is a sub-logger for each subtype of security error ... contains a request attribute, the full details of the request will be included in the email. The email sub ... l backend specified in EMAIL_BACKEND will be used. The reporter_class argument of AdminEmailHandler allows ... k function (which should accept a single argument, the record to be logged), and calls it for each record t ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly called for each distinct value of expressions . The RelatedManager.add() , create() , remove() , set() , ... e they would require expensive table introspection there. DiscoverRunner now skips the setup of databases n ... -Length header to a string rather than an integer. The return value of django.utils.text.slugify() is no lo ... s , and truncatewords_html template filters is now the real ellipsis character ( … ) instead of 3 dots. You ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4884
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd form-MAX_NUM_FORMS fields. They are output with the rest of the management form, but only for the conven ... ly the first absolute_max forms will be validated. The remainder will be truncated entirely. This is to pro ... orms , perhaps in your formset's save() method, as there's no general notion of what it means to delete a f ... return kwargs Customizing a formset's prefix ¶ In the rendered HTML, formsets include a prefix on each fie ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any default options that all commands should accept here so that ManagementUtility can handle them before ... any serious message (error or critical errors). If there are only light messages (like warnings), print the ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 4782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er by one compared to those output by strftime() . There isn't an equivalent for the '%U' strftime() format ... string in date . Therefore, you should avoid using date to generate URLs ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]