検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 28 for resolve (0.025 sec.)
django.urls utility functions — Django 4.0.6 ドキュメント 16468
" + 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 ... gs. This current_app argument is used as a hint to resolve application namespaces into URLs on specific appli ... t value for a parameter in a function's signature. resolve() ¶ The resolve() function can be used for resolvi ... ng view functions. It has the following signature: resolve ( path , urlconf = None ) ¶ path is the URL path y ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 9110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... valid field isn't made until the outer queryset is resolved. Instances of OuterRef may be used in conjunction ... o be within a nested pair of Subquery instances to resolve correctly: >>> Book . objects . filter ( author = ... a slice would fail because the OuterRef cannot be resolved until the queryset is used within a Subquery .) E ... here is an OuterRef , this will not be possible to resolve). 生の SQL 式 ¶ class RawSQL ( sql , params , outp ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8488
" + 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 s ... il silently and result in a missing constraint. To resolve the error, add migrations to the app without them. ... and will be removed in Django 1.9. django.template.resolve_variable() ¶ The function has been informally mark ... ed as "Deprecated" for some time. Replace resolve_variable(path, context) with django.template.Varia ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 8373
" + 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 exce ... ption is raised by resolve() if the path passed to resolve() doesn't map to a ... equest RequestAborted SynchronousOnlyOperation URL Resolver の例外 Resolver404 NoReverseMatch データベースの例 ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 8373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aders parameter was added. SimpleTemplateResponse. resolve_context ( context ) ¶ Preprocesses context data th ... to customize the context. SimpleTemplateResponse. resolve_template ( template ) ¶ Resolves the template inst ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 8160
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot be able to trigger its save-related signals. To resolve this issue, the permission handling code of the Dj ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 8160
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot be able to trigger its save-related signals. To resolve this issue, the permission handling code of the Dj ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... instantiate it with the name of the variable to be resolved, and then call variable.resolve(context) . So, fo ... try : actual_date = self . date_to_be_formatted . resolve ( context ) return actual_date . strftime ( self . ... hrow a VariableDoesNotExist exception if it cannot resolve the string passed to it in the current context of ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 8062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ests will fail with a UnicodeEncodeError . You can resolve this on Debian-based systems, for example, by runn ... install locales $ dpkg-reconfigure locales You can resolve this for macOS systems by configuring your shell's ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
マイグレーション — Django 4.0.6 ドキュメント 8062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arDependencyError , in which case you can manually resolve it. To manually resolve a CircularDependencyError ... go, squashmigrations will be updated to attempt to resolve these errors itself. Once you've squashed your mig ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 NEXT