検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 119 for URLs (0.105 sec.)
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end-user-written applications -- make use of full URLs, including domain name, which are generated from t ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 5326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the HTTP Host header, causing Django to generate URLs pointing to arbitrary, potentially-malicious domai ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly). The shortcut redirect() now supports relative URLs. The new JsonResponse subclass of HttpResponse hel ... ts() . Since the test client can't fetch externals URLs, this allows you to use assertRedirects with redir ... .contenttypes.views now supports protocol-relative URLs (e.g. //example.com ). GenericRelation now support ... ded in the output). Decoding the query string from URLs now falls back to the ISO-8859-1 encoding when the ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of referencing views by dotted path in django.conf.urls.url() which is deprecated in Django 1.8 ( #24635 ) ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end-user-written applications -- make use of full URLs, including domain name, which are generated from t ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 方法があります。最も簡単なのは、 django.contrib.auth.urls で提供される URLconf をあなた独自の URLconf に含め ... ath ( 'accounts/' , include ( 'django.contrib.auth.urls' )), ] これは以下の URL パターンを含みます: accoun ... authenticated on your site by requesting redirect URLs to image files on your website. To avoid this " so ... If login is successful, the view redirects to the URL specified in next . If next isn't provided, it redi ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 5264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドが定義されていればそのリクエストをリレーします。 # urls.py from django.urls import path from myapp.views i ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rate a given response content . Verifying that two URLs are equal. Verifying an HTTP redirect is performed ... /login/?next=/sekrit/' ) # Then override the LOGIN_URL setting with self . settings ( LOGIN_URL = '/other/ ... t=/sekrit/' ) This example will override the LOGIN_URL setting for the code in the with block and reset it ... url1 , url2 , msg_prefix = '' ) ¶ Asserts that two URLs are the same, ignoring the order of query string p ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... conf: from django.conf import settings from django.urls import re_path from django.views.static import ser ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5202
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rameter displayed as a component of password reset URLs. Added BaseBackend class to ease customization of ... se iri_to_uri() on the path component of untrusted URLs. 3.0 で削除された機能 ¶ 以下の機能は、非推奨サイク ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT