検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 119 for URLs (0.177 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to read: ( r '^admin/' , include ( admin . site . urls )), You should begin to remove use of this feature ... ." In short, this feature allows the same group of URLs, from the same application, to be included in a Dj ... (e.g., the {% url %} template tag) now works with URLs in Django's administrative site, provided that the ... admin URLs are set up via include(admin.site.urls) (sending a ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... と ¶ URL ルーティングの構文の簡略化 ¶ 新しい django.urls.path() 関数を使うと、以前よりシンプルで読みやすい ... ければならないという制約がないからです。 django.conf.urls.url() 関数は django.urls.re_path() から利用できるよ ... めに、関数は古い場所にも残されます。また django.conf.urls.include() 関数も django.urls からインポートできるよ ... なりました。したがって、URLconf の中では from django.urls import include, path, re_path とインポートができま ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t | u | v a django.apps c django.conf django.conf.urls django.conf.urls.i18n django.contrib django.contri ... ils Helpers to write custom test runners. u django.urls django.urls.conf Functions for use in URLconfs. dj ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.8.11 リリースノート — Django 4.0.6 ドキュメント 6309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere utils.http.is_safe_url() crashes on bytestring URLs ( #26308 ). 前のトピックへ Django 1.8.12 リリースノ ... , next , ドキュメント , utils , 検索 , クイック , URLs , bytestring クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/1.8.11.html - [similar]
Django 1.9.4 リリースノート — Django 4.0.6 ドキュメント 6309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere utils.http.is_safe_url() crashes on bytestring URLs ( #26308 ). 前のトピックへ Django 1.9.5 リリースノ ... , next , ドキュメント , utils , 検索 , クイック , URLs , bytestring クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/1.9.4.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ferer -- those are usually people typing in broken URLs or broken web bots. It also ignores 404s when the ... ting particular 404s by tweaking the IGNORABLE_404_URLS setting. It should be a list of compiled regular e ... sion objects. For example: import re IGNORABLE_404_URLS = [ re . compile ( r '\.(php|cgi)$' ), re . compil ... php or .cgi will not be reported. Neither will any URL starting with /phpmyadmin/ . The following example ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 6247
" + 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. ... hitespace on the tested URL and as such considered URLs like \njavascript:... safe. If a developer relied ... ted possible XSS attack via user-supplied redirect URLs Denial-of-service attack against django.views.stat ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 6247
" + 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. ... hitespace on the tested URL and as such considered URLs like \njavascript:... safe. If a developer relied ... ted possible XSS attack via user-supplied redirect URLs Denial-of-service attack against django.views.stat ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6185
" + 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. ... hitespace on the tested URL and as such considered URLs like \njavascript:... safe. If a developer relied ... ted possible XSS attack via user-supplied redirect URLs Denial-of-service attack against django.views.stat ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 6185
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソッド呼び出し自体に渡すことができます: from django.urls import path from django.views.generic import Templ ... りに as_view() クラスメソッドを URL に指定します。 # urls.py from django.urls import path from some_app.view ... への URL を次のようにマッピングします。 from django.urls import path from books.views import BookListView u ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT