検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 135 for provide (0.050 sec.)
Signals — Django 4.0.6 ドキュメント 7064
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code may be interested in the same events. Django provides a set of built-in signals that let user code get ... an take advantage of the signal infrastructure and provide its own signals. When to use custom signals Signal ... gnals use this) or Signal.send_robust() . You must provide the sender argument (which is a class most of the ... time) and may provide as many other keyword arguments as you like. For e ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... value for X-Auth-User , an attacker may be able to provide an X-Auth_User header (with underscore) and bypass ... .. safe. If a developer relied on is_safe_url() to provide safe redirect targets and put such a URL into a li ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d email from root @ localhost . However, some mail providers reject all email from this address. To use a dif ... al variables of a function from error logs, do not provide any argument to the sensitive_variables decorator: ... T parameters of a request in error reports, do not provide any argument to the sensitive_post_parameters deco ... sentation of the exception. Defaults to the Django provided template. text_template_path ¶ New in Django 3.2. ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ipleObjectTemplateResponseMixin ) override this to provide more flexible defaults when dealing with actual ob ... ill introduce us to four mixins which between them provide useful functionality when working with either a si ... t_template_names() as discussed above. It actually provides a fairly sophisticated set of options, but the ma ... objects, ListView uses MultipleObjectMixin , which provides both get_queryset() and paginate_queryset() . Unl ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... entedError ( "subclasses of FileUploadHandler must provide a receive_data_chunk() method" ) [ドキュメント] de ... entedError ( "subclasses of FileUploadHandler must provide a file_complete() method" ) [ドキュメント] def upl ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デバッグの統合 ¶ The Django debug page has hooks to provide detailed information when a template error arises. ... like the Django Debug Toolbar . Custom engines can provide their own template.origin information by creating ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eaders ¶ A case insensitive, dict-like object that provides access to all HTTP-prefixed headers (plus Content ... nd HTTP_HOST headers, in that order. If they don't provide a value, the method uses a combination of SERVER_N ... absolute URI form of location . If no location is provided, the location will be set to request.get_full_pat ... eption if the signature is no longer valid. If you provide the default argument the exception will be suppres ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... milar to the url template tag in your code, Django provides the following function: reverse ( viewname , urlc ... h patterns. The current_app argument allows you to provide a hint to the resolver indicating the application ... A ResolverMatch object can then be interrogated to provide information about the URL pattern that matches a U ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f methods that can be subclassed and overridden to provide common views of data without having to write too m ... all the old function-based generic views have been provided, along with a completely generic view base class ... 2.4 compatibility. To access this library, Django provides the django.utils.unittest module alias. If you ar ... n the details of the template and context that was provided by the view to compute the response. The final ou ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult manager of the first parent model. These rules provide the necessary flexibility if you want to install a ... ass If you want to inherit from AbstractBase , but provide a different default manager, you can provide the d ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT