検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 66 for tags (0.039 sec.)
django.utils.text — Django 4.0.6 ドキュメント 9246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te HTML to a certain number of chars (not counting tags and comments), or, if words is True, then to a cer ... tain number of words. Close opened tags if they were correctly closed in the given HTML. P ... # Count non-HTML chars/words and keep note of open tags pos = 0 end_text_pos = 0 current_len = 0 open_tags ... rent_len >= truncate_len : # Don't worry about non tags or tags after our truncate point continue closing_ ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 8347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... feature version. The Git repository also contains tags . These are the exact revisions from which package ... ases were produced, since version 1.0. A number of tags also exist under the archive/ prefix for archived ... release is tagged and signed by the releaser. The tags can be found on GitHub's tags page. Archived featu ... ger maintained were moved into attic . A number of tags exist under the archive/ prefix to maintain a refe ...
https://man.plustar.jp/django/internals/git.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 8347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion from the docstrings of models, views, template tags, and template filters for any app in INSTALLED_APP ... st , 'myapp/my_template.html' , context ) Template tags and filters reference ¶ The tags and filters admin ... docs sections describe all the tags and filters that come with Django (in fact, the bu ... documentation come directly from those pages). Any tags or filters that you create or are added by a third ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 8091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e template engine. The main ones are variables and tags. テンプレートは、コンテキストともにレンダリングされ ... and use its result instead of the callable. タグ ¶ Tags provide arbitrary logic in the rendering process. ... database, or even enable access to other template tags. Tags are surrounded by {% and %} like this: {% cs ... rf_token %} Most tags accept arguments: {% cycle 'odd' 'even' %} Some ta ...
https://man.plustar.jp/django/topics/templates.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 7834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text contents, then converting line breaks to <p> tags. Some filters take arguments. A filter argument lo ... emplate filters; see How to create custom template tags and filters . 参考 Django's admin interface can in ... clude a complete reference of all template tags and filters available for a given site. See The Dj ... ango admin documentation generator . タグ ¶ Tags look like this: {% tag %} . Tags are more complex ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mple, in the AppConfig.ready() method. register ( *tags)(function ) ¶ You can pass as many tags to registe ... ng call: from django.core.checks import register , Tags @register ( Tags . compatibility ) def my_check ( ... a production settings file like this: @register ( Tags . security , deploy = True ) def my_check ( app_co ... p_configs , ** kwargs ): ... register ( my_check , Tags . security , deploy = True ) Field, model, manager ...
https://man.plustar.jp/django/topics/checks.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n understanding of templates, contexts, variables, tags, and rendering. Start with the introduction to the ... g ones. For example: Engine ( libraries = { 'myapp_tags' : 'path.to.myapp.tags' , 'admin.urls' : 'django.c ... ontrib.admin.templatetags.admin_urls' , }, ) Libraries can be loaded by pass ... ample: Engine ( builtins = [ 'myapp.builtins' ], ) Tags and filters from built-in libraries can be used wi ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 参考 For information on writing your own custom tags and filters, see How to create custom template tag ... フィルタ , template , Template , 組み込み , see , tags , How , Loading クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ethods on Field , below. The internals of template tags have changed somewhat; authors of custom template ... that need to store state (e.g. custom control flow tags) should ensure that their code follows the new rul ... es for stateful template tags The user_passes_test() , login_required() , and pe ... emplates (using the {% extends %} or {% include %} tags). As a side effect, it is now much easier to suppo ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmand. requires_system_checks ¶ A list or tuple of tags, e.g. [Tags.staticfiles, Tags.models] . System che ... cks registered in the chosen tags will be checked for errors prior to executing the ... ects a boolean value instead of a list or tuple of tags. BaseCommand. style ¶ stdout や stderr を記述した際 ... れます)。 BaseCommand. check ( app_configs = None , tags = None , display_num_errors = False ) [ソース] ¶ U ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT