検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 153 for don (0.057 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.utils.encoding import force_str , punycode # Don't BASE64-encode UTF-8 messages so that we avoid un ... ver, Django sets the # TZ environment variable based on the TIME_ZONE setting which # will get picked up ... e email message.""" if not self . recipients (): # Don't bother creating the network connection if there' ... t the mimetype to DEFAULT_ATTACHMENT_MIME_TYPE and don't decode the content. """ if isinstance ( filename ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ht turn <a> into <a , which would need to be escaped on output to avoid causing problems. Similarly, remo ... ue when you register your filter function. (If you don't specify this flag, it defaults to False ). This ... quired number of arguments, etc., has already been done by the time our function is called, so we don't n ... inclusion tag by calling the inclusion_tag() method on a Library object. Following our example, if the a ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -developers に相談せずに reopen しないでください。 Don't use the ticket tracker for lengthy discussions, ... gives us a helpful way to confirm the bug quickly. Don't post to django-developers only to announce that ... ットは、早期に解決することが難しいです。 Screenshots don't absolve you of other good reporting practices. M ... follow the voting style invented by Apache and used on Python itself, where votes are given as +1, +0, - ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Sphinx documentation system, which in turn is based on docutils . The basic idea is that lightly-formatt ... oproject.com . This is OK! If your changes look good on your local machine, they'll look good on the webs ... e reader understands what we're trying to achieve. Don't feel that you need to begin with explanations of ... in. It can be helpful to refer back to what you've done and explain afterward. Topic guides aim to explai ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es in django.utils are designed for internal use and only the following parts can be considered stable an ... = 'GET' , cache = None ) ¶ Returns a cache key based on the request path. It can be used in the request p ... sing the encoding codec. If strings_only is True , don't convert (some) non-string-like objects. is_prote ... an kept as lazy objects. If strings_only is True , don't convert (some) non-string-like objects. smart_by ...
https://man.plustar.jp/django/ref/utils.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y default. As a result, user accounts that are valid on your production site will not work under test con ... are permitted to login and the user's credentials don't need to be provided. The user will have its back ... ing a segmentation fault on some platforms (reported on macOS). If you want to intentionally raise an exc ... ing the ORM. Database fixtures . Test skipping based on database backend features . The remaining special ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. プルリクエストの取り扱い ¶ Since Django is hosted on GitHub, patches are provided in the form of pull ... rnings. Trivial and small patches usually are best done in one commit. Medium to large work may be split ... in points are engaging the community, getting work done, and having a usable commit history. コミットガイ ... p on django-developers and nobody responds, please don't take that to mean your idea is great and should ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... runs (if STATIC_ROOT isn't empty), files are copied only if they have a modified timestamp greater than ... ommonly used options are: --noinput , --no-input ¶ Do NOT prompt the user for input of any kind. --ignore ... each file instead of copying. --no-post-process ¶ Don't call the post_process() method of the configured ... LES_STORAGE storage backend. --no-default-ignore ¶ Don't ignore the common private glob-style patterns 'C ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTTP request match those on the resource. If they don't match, a new copy of the resource must be comput ... and the last modified time, you should do so. You don't know which headers any given HTTP client will se ... this would lead to incorrect behavior. # Bad code. Don't do this! @etag ( etag_func ) @last_modified ( la ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he 'admin/' entry, so that requests to /admin/doc/ don't get handled by the latter entry. Install the doc ... del methods. Changed in Django 4.0: Older versions don't display model cached properties. A model with us ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT