検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for Resolver (0.028 sec.)
Django の例外 — Django 4.0.6 ドキュメント 14087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sh this is with asgiref.sync.sync_to_async() . URL Resolver の例外 ¶ URL Resolver の例外は django.urls で定義さ ... れています。 Resolver404 ¶ exception Resolver404 ¶ The Resolver404 excep ... equest RequestAborted SynchronousOnlyOperation URL Resolver の例外 Resolver404 NoReverseMatch データベースの例 ... hen , exceptions , 発生 , raised , models , from , Resolver クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 9367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_app argument allows you to provide a hint to the resolver indicating the application to which the currently ... bout the urlconf parameter. The function returns a ResolverMatch object that allows you to access various meta ... If the URL does not resolve, the function raises a Resolver404 exception (a subclass of Http404 ) . class Reso ... he URL, including the namespace if there is one. A ResolverMatch object can then be interrogated to provide in ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
テストツール — Django 4.0.6 ドキュメント 9063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の名前のみが必要な場合の適切な代替策となるでしょう。 resolver_match ¶ レスポンスに対する ResolverMatch のインスタ ... unction based view self . assertEqual ( response . resolver_match . func , my_view ) # class-based views need ... w() won't be equal self . assertEqual ( response . resolver_match . func . __name__ , MyView . as_view () . __ ... た URL が見つからない場合、この属性にアクセスすると Resolver404 例外が投げられます。 As with a normal response, ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 8420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up logging. If set_prefix is True, setting the URL resolver script prefix to FORCE_SCRIPT_NAME if defined, or ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See QuerySet.delete() for details. An instance of ResolverMatch is stored on the request as resolver_match . ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {{ request . headers . user_agent }} HttpRequest. resolver_match ¶ An instance of ResolverMatch representing ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gging for failing tests ( --debug-sql ). Added the resolver_match attribute to test client responses. Added se ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 8116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( 'polls:index' , current_app = self . request . resolver_match . namespace ) テンプレート内: {% url 'polls: ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
索引 — Django 4.0.6 ドキュメント 7794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... el (ContentType の属性) (Options の属性) app_name (ResolverMatch の属性) app_names (ResolverMatch の属性) AppC ... OGRGeometry の属性) arg_joiner (Func の属性) args (ResolverMatch の属性) arity (Func の属性) ArrayAgg (django. ... のメソッド) Func (django.db.models のクラス) func (ResolverMatch の属性) function (Aggregate の属性) (Func の属 ... (GEOSGeometry の属性) (OGRGeometry の属性) kwargs (ResolverMatch の属性) L label (AppConfig の属性) (BoundFiel ...
https://man.plustar.jp/django/genindex.html - [similar]
設定 — Django 4.0.6 ドキュメント 7794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . It is also used by django.setup() to set the URL resolver script prefix outside of the request/response cycl ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 NEXT