検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 119 for URLs (0.057 sec.)
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted possible XSS attack via user-supplied redirect URLs ¶ Django relies on user input in some cases (e.g. ... (namely django.utils.http.is_safe_url() ) accepted URLs with leading control characters and so considered ... re JavaScript there. Browsers we tested also treat URLs prefixed with control characters such as %08//exam ... ted possible XSS attack via user-supplied redirect URLs 前のトピックへ Django 1.7 release notes 次のトピッ ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 8039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to have similar issues. Issue: Malformed redirect URLs from user input not correctly validated ¶ The vali ... edirects did not correctly validate some malformed URLs, which are accepted by some browsers. This allows ... _url() ) did not correctly validate some malformed URLs, such as http:\\\\\\djangoproject.com , which are ... e to handle and correctly validate these malformed URLs. Bugfixes ¶ Made the year_lookup_bounds_for_dateti ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 8039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted possible XSS attack via user-supplied redirect URLs ¶ Django relies on user input in some cases (e.g. ... (namely django.utils.http.is_safe_url() ) accepted URLs with leading control characters and so considered ... re JavaScript there. Browsers we tested also treat URLs prefixed with control characters such as %08//exam ... ted possible XSS attack via user-supplied redirect URLs Bugfixes 前のトピックへ Django 1.7.8 release notes ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .g. myproject.settings , ROOT_URLCONF = "myproject.urls" , etc.), the new manage.py will need to be moved ... ct package rather than adjacent to settings.py and urls.py . For instance, with the following layout: mana ... ge . py mysite / __init__ . py settings . py urls . py myapp / __init__ . py models . py You could i ... mport mysite.settings , mysite.urls , and mysite.myapp , but not settings , urls , or ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
API Reference — Django 4.0.6 ドキュメント 7479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nse and SimpleTemplateResponse Unicode data django.urls utility functions django.urls functions for use in ... URLconfs django.conf.urls functions for use in URLconfs Django Utils バリデー ... ピックへ アプリケーション 関連キーワード Reference , urls , functions , next , URLconfs , 対策 , アプリケーシ ...
https://man.plustar.jp/django/ref/index.html - [similar]
Django 1.4 documentation 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、 URLconf は以下のようになります: from django.conf.urls import patterns , url , include urlpatterns = patt ... / manage . py mysite / __init__ . py settings . py urls . py wsgi . py 自分のレイアウトと違う場合 デフォル ... は Django の設定 を参照してください。 :file: mysite/urls.py : Django プロジェクトの URL 宣言、いうなれば Dj ... たので、データベースを更新せねばな りません。 mysite/urls.py ファイルを編集し、 admin に関連する3行のコメント ...
https://man.plustar.jp/django/contents.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m parameters to API calls. URL デザイン ¶ 疎結合 ¶ URLs in a Django app should not be coupled to the under ... lying Python code. Tying URLs to Python function names is a Bad And Ugly Thing. ... Along these lines, the Django URL system should allow URLs for the same app to be dif ... (or even easier) for a developer to design pretty URLs than ugly ones. File extensions in web-page URLs s ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecurity issues in 1.4.13. reverse() could generate URLs pointing to other hosts ¶ In certain situations, U ... RL reversing could generate scheme-relative URLs (URLs starting with two slashes), which could unex ... To remedy this, URL reversing now ensures that no URL starts with two slashes (//), replacing the second ... ango 1.4.14 release notes reverse() could generate URLs pointing to other hosts File upload denial-of-serv ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted possible XSS attack via user-supplied redirect URLs ¶ Django relies on user input in some cases (e.g. ... heme is http(s) and as such allowed javascript:... URLs to be entered. If a developer relied on is_safe_ur ... ted possible XSS attack via user-supplied redirect URLs Bugfixes 前のトピックへ Django 1.4.7 release notes ... redirect , user , security , safe , attack , bug , URLs , previous クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 7355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... security issues in 1.5.8. reverse() could generate URLs pointing to other hosts ¶ In certain situations, U ... RL reversing could generate scheme-relative URLs (URLs starting with two slashes), which could unex ... To remedy this, URL reversing now ensures that no URL starts with two slashes (//), replacing the second ... jango 1.5.9 release notes reverse() could generate URLs pointing to other hosts File upload denial-of-serv ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT