検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 572 for up (1.897 sec.)
モデルからフォームを作成する — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » モデルからフォームを作成する ¶ ModelForm ... nce as the keyword argument instance ; if this is supplied, save() will update that instance. If it's no ... t supplied, save() will create a new instance of the spe ... があるかどうかも) 決める、などです。詳しくは Binding uploaded files to a form を参照してください。 使うフィ ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ミドルウェア (Middleware) ¶ ミドルウェアは ... ポンス と 例外 を適用します。 Middleware can either support only synchronous Python (the default), only as ... 期サポート for details of how to advertise what you support, and know what kind of request you are getting ... e to skip this conversion and propagate exceptions upward. 非同期サポート ¶ Middleware can support any c ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django への初めてのパッチを書く ¶ はじめに ... ト , チュートリアル , 確認 , 貢献 クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » システムチェックフレームワーク ¶ The syst ... in : Checks of any admin site declarations. async_support : Checks asynchronous-related configuration. c ... patibility : Flags potential problems with version upgrades. database : Checks database-related configur ... 非同期サポート ¶ The following checks verify your setup for 非同期サポート : async.E001 : You should not s ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » The syndication feed framework ¶ Django c ... ュー ¶ The high-level feed-generating framework is supplied by the Feed class. To create a feed, write a ... beat site news" link = "/sitenews/" description = "Updates on changes and additions to police beat centr ... o title and description templates, if you need to supply more than the two variables mentioned before. Y ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クエリー式 ¶ Query expressions describe a ... ue or a computation that can be used as part of an update, create, filter, order by, annotation, or aggr ... complex computations. 算術演算のサポート ¶ Django supports negation, addition, subtraction, multiplicati ... ue from django.db.models.functions import Length , Upper from django.db.models.lookups import GreaterTha ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » モデルインスタンスリファレンス ¶ このドキ ... ) (subject to change and could # be replaced with super()). if len ( values ) != len ( cls . _meta . con ... creator_id of the model. (This example doesn't # support cases where 'creator_id' is deferred). if not ... aded_values [ 'creator_id' ]): raise ValueError ( "Updating the value of creator isn't allowed" ) super ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » QuerySet API リファレンス ¶ このドキュメン ... cient to use exists() . Pickling QuerySet s ¶ If you pickle a QuerySet , this will force all the results ... of the public API. However, it is safe (and fully supported) to pickle and unpickle the attribute's cont ... can be difficult to diagnose, such as silently corrupted objects, a RuntimeWarning is raised when you tr ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.11 リリースノート ¶ April 4, 201 ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Django 1.11 is designated as a long-term support release . It will receive security updates for ... at least three years after its release. Support for the previous LTS, Django 1.8, will end in ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 2691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 2.0 リリースノート ¶ December 2, 2 ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Python バージョン間の互換性 ¶ Django 2.0 supports Python 3.4, 3.5, 3.6, and 3.7. We highly reco ... mmend and only officially support the latest release of each series. Python 2.7 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]