検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 123 for context (0.061 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ble_apps コンテキスト変数が、新たに AdminSite.each_context() メソッドに追加されました。 AdminSite.empty_value ... views.password_reset() view accepts an extra_email_context parameter. django.contrib.contenttypes ¶ order_wit ... emplate variable by using the as argument. Added a Context.setdefault() method. The django.template logger wa ... lowing messages: A DEBUG level message for missing context variables. A WARNING level message for uncaught ex ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de: A short description of what the view does. The context , or a list of variables available in the view's t ... "" Display an individual :model:`myapp.MyModel`. **Context** ``mymodel`` An instance of :model:`myapp.MyModel ... Template:** :template:`myapp/my_template.html` """ context = { 'mymodel' : MyModel . objects . get ( slug = s ... turn render ( request , 'myapp/my_template.html' , context ) Template tags and filters reference ¶ The tags a ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name="cc_myself" id="id_cc_myself"></td></tr> get_context() ¶ New in Django 4.0. Form. get_context () ¶ Retu ... rn context for form rendering in a template. The available co ... Django 4.0. Form. render ( template_name = None , context = None , renderer = None ) ¶ The render method is ... and default to: template_name : Form.template_name context : Value returned by Form.get_context() renderer : ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6169
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tation, before placing the model instance into the context, where the template might invoke the method once m ... me zone . override ( timezone ) ¶ This is a Python context manager that sets the current time zone on entry w ... tes message and returns it as a string. pgettext ( context , message ) [ソース] ¶ Translates message given th ... e context and returns it as a string. 詳しくは 文脈マーカー ...
https://man.plustar.jp/django/ref/utils.html - [similar]
索引 — Django 4.0.6 ドキュメント 6095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... attrs (Widget の属性) auth() (django.contrib.auth.context_processors モジュール) auth_code() (SpatialReferen ... ager (django.contrib.contenttypes.models のクラス) Context (django.template のクラス) context (Response の属性 ... ) context_data (SimpleTemplateResponse の属性) context_objec ... ngo.views.generic.list.MultipleObjectMixin の属性) ContextPopException convert_value() (Expression のメソッド ...
https://man.plustar.jp/django/genindex.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules up django.db.transaction のソースコード from contextlib import ContextDecorator , contextmanager from d ... _connection ( using ) . set_rollback ( rollback ) @contextmanager def mark_for_rollback_on_error ( using = No ... ) ################################# # Decorators / context managers # ################################# class ... Atomic ( ContextDecorator ): """ Guarantee the atomic execution of ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on in the URLconf. The 404 view is passed a RequestContext and will have access to variables supplied by your ... template context processors (e.g. MEDIA_URL ). If DEBUG is set to T ... he 500.html template and is rendered with an empty Context to lessen the chance of additional errors. If DEBU ... n-6.5.3 (the HTTP 1.1 Specification). The template context contains exception , which is the string represent ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。 render() ¶ render ( request , template_name , context = None , content_type = None , status = None , usi ... = None ) ¶ Combines a given template with a given context dictionary and returns an HttpResponse object with ... n on how templates are found. Optional arguments ¶ context A dictionary of values to add to the template cont ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ファイルストレージ ¶ File.open() can be used as a context manager, e.g. with file.open() as f: . フォーム ¶ ... ponse. ジェネリックビュー (generic view) ¶ The new ContextMixin.extra_context attribute allows adding context ... orial for an example. Features deprecated in 2.0 ¶ context argument of Field.from_db_value() and Expression.c ... onvert_value() ¶ The context argument of Field.from_db_value() and Expression.c ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2.27 release notes — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %} template tag didn't properly encode the current context, posing an XSS attack vector. In order to avoid th ... en the DEBUG setting is False , and it ensures all context variables are correctly escaped when the DEBUG set ...
https://man.plustar.jp/django/releases/2.2.27.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT