検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 86 for ソース (0.027 sec.)
Django の例外 — Django 4.0.6 ドキュメント 12815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pRegistryNotReady ¶ exception AppRegistryNotReady [ソース] ¶ This exception is raised when attempting to use ... ObjectDoesNotExist ¶ exception ObjectDoesNotExist [ソース] ¶ The base class for Model.DoesNotExist exception ... get() . EmptyResultSet ¶ exception EmptyResultSet [ソース] ¶ EmptyResultSet may be raised during query gener ... . FieldDoesNotExist ¶ exception FieldDoesNotExist [ソース] ¶ The FieldDoesNotExist exception is raised by a ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 12707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tors ¶ method_decorator ( decorator , name = '' ) [ソース] ¶ Converts a function decorator into a method dec ... e. decorator_from_middleware ( middleware_class ) [ソース] ¶ Given a middleware class, returns a view decora ... or_from_middleware_with_args ( middleware_class ) [ソース] ¶ Like decorator_from_middleware , but returns a ... quest ): pass sync_only_middleware ( middleware ) [ソース] ¶ Marks a middleware as synchronous-only . (The d ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Paginator — Django 4.0.6 ドキュメント 10295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e , orphans = 0 , allow_empty_first_page = True ) [ソース] ¶ A paginator acts like a sequence of Page when u ... raised. メソッド ¶ Paginator. get_page ( number ) [ソース] ¶ 1から始まるインデックスをもつ Page オブジェクト ... object_list is empty. Paginator. page ( number ) [ソース] ¶ Returns a Page object with the given 1-based in ... e ( number , * , on_each_side = 3 , on_ends = 2 ) [ソース] ¶ New in Django 3.2. Returns a 1-based list of pa ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 9689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code = None , inverse_match = None , flags = 0 ) [ソース] ¶ パラメータ: regex -- None 以外の場合、 regex を ... message = None , code = None , allowlist = None ) [ソース] ¶ パラメータ: message -- None 以外の場合、 messag ... e , regex = None , message = None , code = None ) [ソース] ¶ A RegexValidator subclass that ensures a value ... ns. validate_ipv4_address ¶ validate_ipv4_address [ソース] ¶ A RegexValidator instance that ensures a value ...
https://man.plustar.jp/django/ref/validators.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 9392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とができます。 non_atomic_requests ( using = None ) [ソース] ¶ このデコレータは、与えられたビューのために ATOM ... ing = None , savepoint = True , durable = False ) [ソース] ¶ Atomicityは、データベーストランザクションの定義 ... ully committed: on_commit ( func , using = None ) [ソース] ¶ Pass any function (that takes no arguments) to ... abase connection. get_autocommit ( using = None ) [ソース] ¶ set_autocommit ( autocommit , using = None ) [ソ ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 9311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンドラ ¶ アップロードファイル ¶ class UploadedFile [ソース] ¶ During file uploads, the actual file data is st ... UploadedFile include: class TemporaryUploadedFile [ソース] ¶ A file uploaded to a temporary location (i.e. s ... od: TemporaryUploadedFile. temporary_file_path () [ソース] ¶ Returns the full path to the temporary uploaded ... file. class InMemoryUploadedFile [ソース] ¶ A file uploaded into memory (i.e. stream-to-mem ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django 1.4 documentation 9258
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 組込の汎用ビュー | 汎用ビューの移行ガイド オープンソースプロジェクトとしての Django ¶ 開発コミュニティ: 開発 ... に参加するには | リリースプロセス | コミッタ紹介 | ソースコードリポジトリ 設計哲学: 概要 ドキュメントの仕組み ... データに対する唯一 (single) の決定的な (definitive) ソースです。モデルには自分が格納したいデータにとって必要不 ... 自分の環境に合わせて変更してください。 ) Django のソースコードの中にある admin アプリケーションのデフォルトの ...
https://man.plustar.jp/django/contents.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 8745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クラス ¶ class File ( file_object , name = None ) [ソース] ¶ File クラスは、Python の file object に Django ... み込み/書き込みのモードです。 open ( mode = None ) [ソース] ¶ Open or reopen the file (which also does File.s ... anager, e.g. with file.open() as f: . __iter__ () [ソース] ¶ Iterate over the file yielding one line at a ti ... me. chunks ( chunk_size = None ) [ソース] ¶ Iterate over the file yielding "chunks" of a gi ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dator ( keys , strict = False , messages = None ) [ソース] ¶ Validates that the given keys are contained in ... axValueValidator ( limit_value , message = None ) [ソース] ¶ Validates that the upper bound of the range is ... inValueValidator ( limit_value , message = None ) [ソース] ¶ Validates that the lower bound of the range is ... バリ , validators , limit , RangeMinValueValidator , ソース , Validates , KeysValidator , None , RangeMaxValue ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 7816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ームインプット タイムゾーン パフォーマンスと最適化 ¶ ソースコードをさらに効率的かつ高速に実行し、より少ないシス ... テムリソースで動作するようにするのを助けてくれる、様々な技術とツ ... フレームワーク Django での Unicode の扱い方 オープンソースプロジェクトとしての Django ¶ Django プロジェクト自身 ... 加するには | リリースプロセス | チーム組織 | Djangoのソースコードリポジトリ | セキュリティポリシー | メーリング ...
https://man.plustar.jp/django/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT