検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 144 for type (0.065 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that a number of methods have had a change in prototype, detailed under get_db_prep_*() methods on Field , ... t Cross-Site Request Forgery (CSRF) attacks . This type of attack occurs when a malicious website contains ... its the malicious site in their browser. A related type of attack, "login CSRF," where an attacking site t ... r comparison operators. No longer will you have to type: {% ifnotequal a b %} ... {% endifnotequal %} You ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs with the "view" or "change" permission for that type of object. "追加"フォームのビューにアクセスし、オブ ... 定されています。 Permissions can be set not only per type of object, but also per specific object instance. ... issions for different object instances of the same type. User オブジェクトは 2 つの多対多のフィールド、 gr ... odels import Permission from django.contrib.contenttypes.models import ContentType content_type = ContentT ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... request , template_name , context = None , content_type = None , status = None , using = None ) ¶ Combines ... all it just before rendering the template. content_type The MIME type to use for the resulting document. D ... enders the template myapp/index.html with the MIME type application/xhtml+xml : from django.shortcuts impo ... 'myapp/index.html' , { 'foo' : 'bar' , }, content_type = 'application/xhtml+xml' ) This example is equiva ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.core.mail.message のソースコード import mimetypes from email import charset as Charset from email i ... t_qp . body_encoding = Charset . QP # Default MIME type to use on attachments (if it is not explicitly giv ... # and cannot be guessed). DEFAULT_ATTACHMENT_MIME_TYPE = "application/octet-stream" RFC5322_EMAIL_LINE_LE ... in , MIMEText ): def __init__ ( self , _text , _subtype = "plain" , _charset = None ): self . encoding = _ ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 't particularly helpful when querying complex data types. Indexes such as GinIndex and GistIndex are bette ... ) ¶ A field for storing lists of data. Most field types can be used, and you pass another field instance ... a required argument. Specifies the underlying data type and behavior for the array. It should be an instan ... uld be an IntegerField or a CharField . Most field types are permitted, with the exception of those handli ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ォルトのフィールドをオーバライドする ¶ 前述の Field types テーブルで説明したとおり、デフォルトのフィールドタ ... ame 属性に対する CharField を、デフォルトの <input type="text"> の代わりに <textarea> で表示したい場合、フ ... et = AuthorFormSet () >>> print ( formset ) <input type="hidden" name="form-TOTAL_FORMS" value="1" id="id_ ... form-TOTAL_FORMS"><input type="hidden" name="form-INITIAL_FORMS" value="0" id="i ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6160
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enabled or disabled with a setting. SECURE_CONTENT_TYPE_NOSNIFF SECURE_CROSS_ORIGIN_OPENER_POLICY SECURE_H ... do not send a Referer header at all. There are two types of conditions this header can tell a browser to w ... ame-origin or same-origin-allow-popups . X-Content-Type-Options: nosniff ¶ Some browsers will try to guess ... the content types of the assets that they fetch, overriding the Con ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tures is available in the documentation . New data types ¶ Django now has a UUIDField for storing universa ... identifiers. It is stored as the native uuid data type on PostgreSQL and as a fixed length character fiel ... medelta . It is stored in the native interval data type on PostgreSQL, as a INTERVAL DAY(9) TO SECOND(6) o ... id image. It will also update UploadedFile.content_type with the image's content type as determined by Pil ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 6054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ponse, then the response will not be cached. MySQL typecasting ¶ The MySQL database is known to "typecast" ... without first converting values to the appropriate type, this can produce unexpected results, similar to w ... jango's model field classes are aware of their own types and most such classes perform explicit conversion ... of query arguments to the correct database-level type before querying. However, three model field classe ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 6054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ponse, then the response will not be cached. MySQL typecasting ¶ The MySQL database is known to "typecast" ... without first converting values to the appropriate type, this can produce unexpected results, similar to w ... jango's model field classes are aware of their own types and most such classes perform explicit conversion ... of query arguments to the correct database-level type before querying. However, three model field classe ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT