検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 243 for python (0.118 sec.)
File オブジェクト — Django 4.0.6 ドキュメント 4816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_object , name = None ) [ソース] ¶ File クラスは、Python の file object に Django 特有の追加機能を付け加えた ... や FieldFile など File のサブクラスは、この属性を Python の file object 以外のオブジェクトに置き換えることが ... (0) ). The mode argument allows the same values as Python's built-in open() . When reopening a file, mode wi ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
設定 — Django 4.0.6 ドキュメント 4816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irst valid one. Note that these format strings use Python's datetime module syntax , not the format strings ... irst valid one. Note that these format strings use Python's datetime module syntax , not the format strings ... g ' FORMAT_MODULE_PATH ¶ デフォルト値: None A full Python path to a Python package that contains custom form ... ts . py You can also set this setting to a list of Python paths, for example: FORMAT_MODULE_PATH = [ 'mysite ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p was revised to 1.9, 1.10, 1.11 (LTS), 2.0 (drops Python 2 support). For backwards compatibility, RemovedIn ... 4 ). Fixed SimpleTestCase.assertRaisesMessage() on Python 2.7.10 ( #24903 ). Provided better backwards compa ... ed non-ASCII values for ForeignKey.related_name on Python 3 by fixing the false positive system check ( #250 ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 記述する ¶ A view function, or view for short, is a Python function that takes a web request and returns a we ... an live anywhere you want, as long as it's on your Python path. There's no other requirement--no "magic," so ... ( html ) 1 行ずつコードを見ていきましょう: 最初に、Python の datetime ライブラリ とともに、クラス HttpRespon ... ronous ("async") functions, normally defined using Python's async def syntax. Django will automatically dete ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... changes ¶ Subclass HTMLParser only for appropriate Python versions (#18239). Added batch_size argument to qs ... ssing permissions in templates (#18979) Fixed some Python 2.5 compatibility issues Fixed an issue with quote ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () as cursor : # Your code here... デフォルトでは、Python データベース API は返す結果にフィールド名を含まず、 ... )) for row in cursor . fetchall () ] 別の選択肢は Python 標準ライブラリに含まれる collections.namedtuple() ... connection と cursor の実装は PEP 249 に規定された Python DB-API の基準にほぼ完全に準拠しています — トランザ ... クション操作 は例外となります。 Python DB-API に精通していない場合、 cursor.execute() 内の ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Django におけるテスト — Django 4.0.6 ドキュメント 4776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango is using the unittest module built-in to the Python standard library. This is covered in detail in the ... テストを書いて実行する document. その他 どんな Python テストフレームワークでも利用できます。Django は、こ ...
https://man.plustar.jp/django/topics/testing/index.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up_bounds_for_datetime_field Oracle backend method Python 3 compatible ( #22551 ). Fixed pgettext_lazy crash ... when receiving bytestring content on Python 2 ( #22565 ). Fixed the SQL generated when filteri ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zone support uses zoneinfo , which is part of the Python standard library from Python 3.9. The backports.zo ... ically installed alongside Django if you are using Python 3.8. Changed in Django 3.2: Support for non- pytz ... コンセプト ¶ native と aware の日時オブジェクト ¶ Python の datetime.datetime のオブジェクトには、タイムゾー ... review the zoneinfo documentation carefully. 注釈 Python の datetime.time オブジェクトは、 tzinfo 属性を持ち ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tinefunction_or_partial ( func : Any ) -> bool : # Python < 3.8 does not correctly determine partially wrapp ... nce the need for # this to exist. Code taken from CPython. if sys . version_info >= ( 3 , 8 ): return asynci ... hread pool executor is shared within a process. In Python 3.7+, the ThreadSensitiveContext() context manager ... t _iscoroutinefunction_or_partial ( awaitable ): # Python does not have very reliable detection of async fun ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]