検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 151 for uses (0.034 sec.)
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er template. For example, Django's admin interface uses custom template tags to display the buttons along ... formation. The easiest way to do this is to always use self as the key into render_context . If you're kee ... do_current_time ( parser , token ): # This version uses a regular expression to parse tag contents. try : ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » Triaging tickets ¶ Django uses Trac for managing the work on the code base. Trac ... s introduced (i.e. a point where the test passes). Use something like git checkout HEAD~100 to checkout an ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.models.Model.save() algorithm. The old algorithm uses SELECT to determine if there is an existing row to ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
設定 — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne , cache entries will not expire. A value of 0 causes keys to immediately expire (effectively "don't cac ... termittently) fail. Change this setting to None to use session-based CSRF cookies, which keep the cookies ... に生成された SECRET_KEY を自動的に設定してくれます。 Uses of the key shouldn't assume that it's text or byte ... s. Every use should go through force_str() or force_bytes() to c ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... F processing takes place. reverse() and code which uses it (e.g., the {% url %} template tag) now works wi ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allow deleting only a child's data in a model that uses multi-table inheritance. Model.delete() and QueryS ... nt to False . Template text that is translated and uses two or more consecutive percent signs, e.g. "%%" , ... Tags that use assignment_tag should be updated to use simple_tag . {% cycle %} syntax with comma-separate ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to allow your code to run. This context-switch causes a small performance penalty of around a millisecon ... Django the correct value, but be sure to evaluate uses of sync_to_async() if updating asgiref from a prio ...
https://man.plustar.jp/django/topics/async.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers for related object access ¶ By default, Django uses an instance of the Model._base_manager manager cla ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ealth_options`` A tuple of any options the command uses which aren't defined by the argument parser. """ # ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... できるだけ活用できるように設計されてい ます。 Django uses a "shared-nothing" architecture, which means you c ...
https://man.plustar.jp/django/faq/general.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT