検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 159 for How (0.140 sec.)
データベース — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any features as possible on all database backends. However, not all database backends are alike, and we'v ... e database specific notes below for information on how to set up your database correctly. PostgreSQL note ... typically outputs a single CREATE INDEX statement. However, if the database type for the field is either ... reign key references. It's the recommended choice. However, the InnoDB autoincrement counter is lost on a ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nds, allowing extensive customization of where and how uploaded files get stored by Django. For details, ... any features as possible on all database backends. However, not all database backends are alike, and in p ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... した 。 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従って ... 定し、対比できるようになりました。 app_label 属性が showmigrations --plan アウトプットを制限するようになりま ... ignores_table_name_case to more accurately reflect how it is used. The name keyword argument is added to ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Content negotiation example ¶ Here is an example showing how you might go about implementing a form that ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late loading documentation for more information on how templates are found. Optional arguments ¶ context ... The most common use case is to pass a Model , as shown above. However, you can also pass a QuerySet inst ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ては基本的に理解していることを前提に書かれています。 How-to ガイド はレシピ集です。よくある問題やユースケー ...
https://man.plustar.jp/django/index.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 具合です。 SemVer makes it easier to see at a glance how compatible releases are with each other. It also h ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mentation on object deletion . Read on to find out how to add your own actions to this list. Writing acti ... That's actually all there is to writing an action! However, we'll take one more optional-but-useful step ... Actions as ModelAdmin methods ¶ The example above shows the make_published action defined as a function. ... redirected back to the original change list page. However, some actions, especially more complex ones, w ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he display() decorator, which is used to customize how the field is presented: モデルフィールドの名前。た ... トはすべてデータベースレベルで実行されるためです)。 However, if an element of list_display represents a ce ... equested value (either '80s' or '90s') # to decide how to filter the queryset. if self . value () == '80s ... ookups ( self , request , model_admin ): """ Only show the lookups if there actually is anyone born in th ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... them and use them directly to get a better idea of how they work. Each Field instance has a clean() metho ... d is not particularly user friendly in most cases. However, it is a useful way to format data from a clie ... ial , widget , help_text ). You can also customize how a field will be accessed by overriding get_bound_f ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT