検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for urlize (0.019 sec.)
Django 1.11.11 リリースノート — Django 4.0.6 ドキュメント 11647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のセキュリティの問題を修正しました。 CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ... 撃の可能性 ¶ The django.utils.html.urlize() function was extremely slow to evaluate certain ... ng vulnerabilities in two regular expressions. The urlize() function is used to implement the urlize and url ... 目次 Django 1.11.11 リリースノート CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ...
https://man.plustar.jp/django/releases/1.11.11.html - [similar]
Django 1.8.19 リリースノート — Django 4.0.6 ドキュメント 11647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のセキュリティの問題を修正しました。 CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ... 撃の可能性 ¶ The django.utils.html.urlize() function was extremely slow to evaluate certain ... racking vulnerability in a regular expression. The urlize() function is used to implement the urlize and url ... . 目次 Django 1.8.19 リリースノート CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ...
https://man.plustar.jp/django/releases/1.8.19.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 11108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 最新の翻訳文字列も組み込まれました。 CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ... 撃の可能性 ¶ The django.utils.html.urlize() function was extremely slow to evaluate certain ... ng vulnerabilities in two regular expressions. The urlize() function is used to implement the urlize and url ... ). 目次 Django 2.0.3 リリースノート CVE-2018-7536: urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple, if you wanted to write a custom filter called urlize_and_linebreaks that combined the urlize and linebr ... ango.template.defaultfilters import linebreaksbr , urlize @register . filter ( needs_autoescape = True ) def ... urlize_and_linebreaks ( text , autoescape = True ): retur ... n linebreaksbr ( urlize ( text , autoescape = autoescape ), autoescape = a ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 8268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 力は "https%3A%2F%2Fwww.example.org%2F" となります。 urlize ¶ テキスト内の URL と Email アドレスをクリック可能 ... ens) and leading punctuation (opening parens), and urlize will still do the right thing. urlize が生成したリ ... rel="nofollow" が加えられています。 例: {{ value | urlize }} value が "Check out www.djangoproject.com" であ ... oject.com</a>" となります。 ウェブリンクに加えて、 urlize は email アドレスも mailto: リンクに変換できます。 ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text import normalize_newlines # Configuration for urlize() function. TRAILING_PUNCTUATION_CHARS = ".,:;!" W ... c , path , query , fragment )) @keep_lazy_text def urlize ( text , trim_url_limit = None , nofollow = False ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... COOKIE_HTTPONLY = False in your settings file. The urlize filter no longer escapes every URL ¶ When a URL co ... %xx sequence, where xx are two hexadecimal digits, urlize now assumes that the URL is already escaped and do ... cookies now have the httponly flag by default The urlize filter no longer escapes every URL assertTemplateU ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ster can now be used as a function. テンプレート ¶ urlize now supports domain-only links that include charac ... ngoproject.com/ and djangoproject.com/download/ ). urlize doesn't treat exclamation marks at the end of a do ... aksbr linebreaks_filter linenumbers unordered_list urlize urlizetrunc You can revert to the old behavior by ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 7172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.8 (パッチ) 2018年3月6日 - CVE-2018-7536 ¶ urlizeurlizetrunc テンプレートフィルタにおける DoS 攻 ...
https://man.plustar.jp/django/releases/security.html - [similar]
PREV 1 NEXT