検索

phrase: max: clip:
target: order:
Results of 211 - 219 of about 219 for list (0.073 sec.)
メッセージフレームワーク — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass storage.base. Message ¶ When you loop over the list of messages in a template, what you get are instan ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... based form rendering ¶ Forms , Formsets , and ErrorList are now rendered using the template engine to enha ... () expression allows using subqueries to construct lists of values on PostgreSQL. The new trigram_word_sim ... elements with no content as self-closing tags. NodeList.render() no longer casts the output of render() me ... deprecated. The ability to return a str from ErrorList and ErrorDict is deprecated. It is expected these ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
モデル — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ' >>> fruit . save () >>> Fruit . objects . values_list ( 'name' , flat = True ) <QuerySet ['Apple', 'Pear ... models . ManyToManyField ( Site , verbose_name = "list of sites" ) place = models . OneToOneField ( Place ... base classes, only the Meta options from the first listed class will be inherited by default. To inherit M ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e DATABASE_ROUTERS setting. This setting defines a list of class names, each specifying a router that shou ... ant. Routers will be queried in the order they are listed in the DATABASE_ROUTERS setting. In this example ... decision is made. If the DATABASE_ROUTERS setting listed the two routers in the other order, PrimaryRepli ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () . This captures your on_commit() callbacks in a list, allowing you to make assertions on them, or emula ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4380
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... avaScript files that are required, and provide the list of file names in a form suitable for inclusion on ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 12 @@ This example is equivalent to:: my_objects = list(MyModel.objects.filter(published=True)) if not my_ ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トと、それに付随するメタデータです。 設計思想 A model is the single, definitive source of information about ... storing. Django follows the DRY Principle . The goal is to define your data model in one place and automat ... " をクリックしましょう。questions のための "change list" ページが表示されます。このページにはデータベース中 ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... != len ( cls . _meta . concrete_fields ): values = list ( values ) values . reverse () values = [ values . ... he pre_save signal is sent, allowing any functions listening for that signal to do something. Preprocess t ... e post_save signal is sent, allowing any functions listening for that signal to do something. Django が UP ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PREV 13 14 15 16 17 18 19 20 21 22 NEXT