検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 243 for python (0.041 sec.)
The Django Template Language — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を知りたい場合は、 The Django template language: for Python programmers をご覧ください。 Django のテンプレート ... にしろ、DjangoテンプレートシステムはただHTMLのなかにPythonを貼り付けるだけのシステムではないことを心に留めたい ... タグを提供しています。しかしこれらは、単純に対応する Python コードとしては実行するわけではなく、テンプレートシ ... ステムは、任意の Python の式を実行しません。タグ、フィルタ、および下の文法 ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 2.2.17 release notes — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mber 2, 2020 Django 2.2.17 adds compatibility with Python 3.9. 前のトピックへ Django 2.2.18 release notes 次 ...
https://man.plustar.jp/django/releases/2.2.17.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django to a newer version ガイドに従ってください。 Python バージョン間の互換性 ¶ Django 3.1 supports Python ... QLite functions are now marked as deterministic on Python 3.8+. This allows using them in check constraints ... multi_db is removed. 目次 Django 3.1 release notes Python バージョン間の互換性 What's new in Django 3.1 Asyn ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y since URLValidator accepted newlines in input on Python 3.9.5+. Full description 影響を受けるバージョン ¶ ... iate-level directories of the file system cache on Python 3.7+. Full description 影響を受けるバージョン ¶ Dj ... t permissions on intermediate-level directories on Python 3.7+. Full description 影響を受けるバージョン ¶ Dj ... ion 影響を受けるバージョン ¶ Django 1.4 (patch and Python compatibility fix) Django 1.5 (patch) September 10 ...
https://man.plustar.jp/django/releases/security.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous | up | next » メールを送信する ¶ Although Python provides a mail sending interface via the smtplib ... jango.core.mail.SafeMIMEText object (a subclass of Python's MIMEText class) or a django.core.mail.SafeMIMEMu ... EMAIL_BACKEND 設定が独自のバックエンドのクラスへの Python のインポートパスとなります。 独自のメールバックエン ... iosmtpd package provides a way to accomplish this: python - m pip install aiosmtpd python - m aiosmtpd - n - ...
https://man.plustar.jp/django/topics/email.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 Middleware can either support only synchronous Python (the default), only asynchronous Python, or both. ... ミドルウェアファクトリのクラスや関数名に対する完全な Python パスです。 例えば、以下は django-admin startprojec ... ェクトです。 view_func は、直後に Django が使用する Python の関数です (関数の名前の文字列ではなく、実際の関数 ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 4533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number" errors when running with some versions of Python. This releases corrects this, and also fixes a bad ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 4533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number" errors when running with some versions of Python. This releases corrects this, and also fixes a bad ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gument signature for reverse() is to pass a dotted Python path to the desired view. In this situation, Djang ... are known to an attacker to exist on the server's Python import path, which perform code execution with sid ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4533
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _name to text (Unicode), since that is required on Python 3 for interpolation. Removed conversion of related ... in django.utils.safestring.mark_for_escaping() on Python 3. Supported strings escaped by third-party librar ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]