検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 238 for data (0.098 sec.)
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k of dealing with non-Western-European content and data in Django. Additionally, utility functions have be ... s Unicode-handling documentation. 詳しくは Unicode data を参照。 改善された ORM ¶ Django's object-relation ... the mapping between Django model classes and your database, and which mediates your database queries -- h ... is backwards-compatible; the public-facing API for database querying underwent a few minor changes, but mo ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extContent is now used to prevent execution of the data. The debug view also used innerHTML . Although a s ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 6+. You might have to drop and rebuild your SQLite database if you applied a migration while using an olde ... enabled keep-alive connections) where request body data isn't properly consumed for such connections ( #30 ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 9.5+, so the possibility of newlines entering your data only existed if you are using this validator outsi ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (patch) June 3, 2020 - CVE-2020-13254 ¶ Potential data leakage via malformed memcached keys. Full descrip ... ngo 1.8 (patch) January 13, 2015 - CVE-2015-0222 ¶ Database denial-of-service with ModelMultipleChoiceFiel ... ango 1.7 (patch) August 20, 2014 - CVE-2014-0483 ¶ Data leakage via querystring manipulation in admin. Ful ... ¶ Caches may be allowed to store and serve private data. Full description 影響を受けるバージョン ¶ Django ...
https://man.plustar.jp/django/releases/security.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p | next » データベースアクセスの最適化 ¶ Django's database layer provides various ways to help developers ... get the most out of their databases. This document gathers together links to the ... the steps to take when attempting to optimize your database usage. Profile first ¶ 一般的なプログラミング手 ... ote that determining the best indexes is a complex database-dependent topic that will depend on your parti ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ともあります)。 send_mass_mail() ¶ send_mass_mail ( datatuple , fail_silently = False , auth_user = None , ... は、大量のメール送信を扱うために用意されています。 datatuple はメッセージの集合を表すタプルです。タプル内の ... d の 3 つは、 send_mail() と同じように機能します。 datatuple に含まれる各要素は、最終的には別々のメールメッ ... ますが、受信者はどちらも個別のメールを受け取ります。 datatuple = ( ( 'Subject' , 'Message.' , 'from@example. ...
https://man.plustar.jp/django/topics/email.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y of normal string operations that will turn a SafeData object back into a normal str object and, rather t ... led. We use autoescape to decide whether the input data needs to be passed through django.utils.html.condi ... e() except it only escapes input that is not a SafeData instance. If a SafeData instance is passed to cond ... itional_escape() , the data is returned unchanged. Finally, in the above examp ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w to manage error reporting How to provide initial data for models How to integrate Django with a legacy d ... ndows での Django のインストール方法 How to create database migrations 参考 The Django community aggregato ...
https://man.plustar.jp/django/howto/index.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mail ( self ): # send email using the self.cleaned_data dictionary pass Example myapp/views.py : from myap ... , form ): # This method is called when valid form data has been POSTed. # It should return an HttpRespons ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]