検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 190 for new (0.386 sec.)
クエリを作成する — Django 4.0.6 ドキュメント 5021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'Beatles Blog' , tagline = 'All the latest Beatles news.' ) >>> b . save () この例では内部で INSERT SQL 文 ... データベースのレコードを更新します: >>> b5 . name = 'New name' >>> b5 . save () この例では内部で UPDATE SQL ... at merely have any entry from 2008 as well as some newer or older entry with “Lennon” in its headline. To ... ts . create ( ... blog = beatles , ... headline = 'New Lennon Biography' , ... pub_date = date ( 2008 , 6 ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... estion . objects . all () <QuerySet []> # Create a new Question. # Support for time zones is enabled in t ... imezone >>> q = Question ( question_text = "What's new?" , pub_date = timezone . now ()) # Save the objec ... a Python attributes. >>> q . question_text "What's new?" >>> q . pub_date datetime.datetime(2012, 2, 26, ... a couple of Choices. The create call constructs a new # Choice object, does the INSERT statement, adds t ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on about the models installed in your project, and new instances of ContentType are automatically created ... whenever new models are installed. Instances of ContentType hav ... l be installed into your database. Along with it a new instance of ContentType will be created with the f ... concepts like "can add blog entry" or "can delete news story". The ContentTypeManager ¶ class ContentTyp ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the database. expressions ¶ Index. expressions ¶ New in Django 3.2. Positional argument *expressions al ... ts conditional indexes. include ¶ Index. include ¶ New in Django 3.2. A list or tuple of the names of the ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to_sync() ¶ async_to_sync ( async_function , force_new_loop = False ) ¶ Takes an async function and retur ... e is present. If there is no current event loop, a new event loop is spun up specifically for the single ... tive=False : the sync function will run in a brand new thread which is then closed once the invocation co ...
https://man.plustar.jp/django/topics/async.html - [similar]
次のステップへ — Django 4.0.6 ドキュメント 4944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 The introductory material is designed for people new to Django -- or to web development in general. It ... Django の開発バージョンで新たに追加された機能です (New in Django Development version)」 というフレーズを、 ... の場合、「バージョン X.Y で新たに追加された機能です (New in version X.Y)」 というフレーズを使います。 Docum ...
https://man.plustar.jp/django/intro/whatsnext.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ary that maps a short section label (e.g., blog or news ) to its Sitemap class (e.g., BlogSitemap or News ... our LANGUAGES . The default is False . languages ¶ New in Django 3.2. Optional. A sequence of language co ... n is enabled. Defaults to LANGUAGES . alternates ¶ New in Django 3.2. Optional. A boolean attribute. When ... ang attribute . The default is False . x_default ¶ New in Django 3.2. Optional. A boolean attribute. When ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ups, see クエリを作成する ; to learn how to create new lookups, see How to write custom lookups . The loo ... okup ( lookup , lookup_name = None ) ¶ Registers a new lookup in the class. For example DateField.registe ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.7.5 release notes — Django 4.0.6 ドキュメント 4944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sycopg2 ≥ 2.4.2 ( #24318 ). It was advertised as a new feature in Django 1.6 but it didn't work in practi ...
https://man.plustar.jp/django/releases/1.7.5.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... feature branch, and show us your work! Documenting new features . も参照してください。 どのように決定が下 ... どのように決定が下されるか 前のトピックへ Advice for new contributors 次のトピックへ Triaging tickets 関連キ ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT