検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 66 for tags (0.024 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 7234
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase. ``requires_system_checks`` A list or tuple of tags, e.g. [Tags.staticfiles, Tags.models]. System chec ... ks registered in the chosen tags will be checked for errors prior to executing the ... ALL_CHECKS : self . check () else : self . check ( tags = self . requires_system_checks ) if self . requir ... キュメント] def check ( self , app_configs = None , tags = None , display_num_errors = False , include_depl ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. The {% ifequal %} and {% ifnotequal %} template tags will be removed. The DEFAULT_HASHING_ALGORITHM tra ... ill be removed. django.contrib.staticfiles.templatetags.static() will be removed. The shim to allow Inline ... ls.permalink() decorator will be removed. The USE_ETAGS setting will be removed. CommonMiddleware and djan ... cache.patch_response_headers() will no longer set ETags. The Model._meta.has_auto_field attribute will be ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7120
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lf . fed ) def _strip_once ( value ): """ Internal tag stripping utility used by strip_tags. """ s = MLStr ... t_data () [ドキュメント] @keep_lazy_text def strip_tags ( value ): """Return the given HTML with all tags ... ( "<" ): # _strip_once wasn't able to detect more tags. break value = new_value return value @keep_lazy_t ... ext def strip_spaces_between_tags ( value ): """Return the given HTML with spaces be ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _mode = False , debug_sql = False , parallel = 0 , tags = None , exclude_tags = None , test_name_patterns ... rty tblib package to display tracebacks correctly. tags can be used to specify a set of tags for filtering ... tests . May be combined with exclude_tags . exclude_tags can be used to specify a set of tag ... s for excluding tests . May be combined with tags . If debug_sql is True , failing test cases will o ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7020
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 訳者へのコメント . Improvements to built-in template tags ¶ A number of improvements have been made to Djang ... o's built-in template tags: The include tag now accepts a with option, allowi ... rgument, making it easier to write simple template tags that require access to template context. A new ren ... Django 1.5. Changes to url and ssi ¶ Most template tags will allow you to pass in either constants or vari ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ments: django - admin check auth admin myapp --tag TAGS , -t TAGS ¶ The system check framework performs ma ... ifferent types of checks that are categorized with tags . You can use these tags to restrict the checks pe ... r By default, these checks will not be run. --list-tags ¶ Lists all available tags. --deploy ¶ Activates s ... o 4.0: Support for the value auto was added. --tag TAGS ¶ Runs only tests marked with the specified tags . ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been extended to the trans and blocktrans template tags using the new context keyword. Customizable Single ... r single object generic views. Assignment template tags ¶ A new assignment_tag helper function was added t ... template.Library to ease the creation of template tags that store data in a specified context variable. * ... ument quoting/ordering and closing of self-closing tags. You can either compare HTML directly with the new ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d_css_class is defined on a form, then the <label> tags for required fields will have this class present i ... 2m_with_model() Loading cycle and firstof template tags from future library ¶ Django 1.6 introduced {% loa ... rd compatibility of the cycle and firstof template tags. This syntax is now deprecated and will be removed ... u can simply remove the {% load ... from future %} tags. django.conf.urls.patterns() ¶ In the olden days o ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 6878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t rendered as a list of radio buttons within <div> tags: < div > < div >< input type = "radio" name = "... ... ers, radio buttons were changed to render in <div> tags. For more granular control over the generated mark ... > </ div > </ fieldset > That included the <label> tags. To get more granular, you can use each radio butt ... tles }} -- they'll be output in a <div> with <div> tags, as above. The outer <div> container receives the ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6878
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orted by the translate and blocktranslate template tags. Lazy な翻訳 ¶ Lazy に -- 値が呼ばれたときではなく ... book_t and author|title as author_t %} Other block tags (for example {% for %} or {% if %} ) are not allow ... e {% blocktranslate %} and {% endblocktranslate %} tags. 実装例: {% blocktranslate count counter = list | ... n use the output as an argument for other template tags or filters. {% blocktranslate %} also supports con ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT