検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 331 for using (0.089 sec.)
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... termediate-level collected static directories when using the collectstatic management command. You should r ... loss possibility in the select_for_update() . When using related fields pointing to a proxy model in the of ... iate , permissions , system , file , data , loss , using クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 設定を変更するための一般的な方法について説明します。 Using Argon2 with Django ¶ Argon2 is the winner of the 2 ... his list if you need Django to upgrade passwords . Using bcrypt with Django ¶ Bcrypt is a popular password ... will use Bcrypt as the default storage algorithm. Using scrypt with Django ¶ New in Django 4.0. scrypt is ... will use more iterations when it stores passwords using PBKDF2. 注釈 bcrypt rounds is a logarithmic work f ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ver, we recognize that real world projects written using Django need not be database-agnostic. In fact, onc ... t Database migration operations Creating extension using migrations CreateExtension BloomExtension BtreeGin ... ramExtension UnaccentExtension Managing collations using migrations Concurrent index operations Adding cons ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation. セッション ¶ キャッシュを使ったセッション ¶ Using cached sessions may be a way to increase performan ... レートを毎回コンパイルせずに済むようになるためです。 Using different versions of available software ¶ It can ... er-performing versions of the software that you're using are available. These techniques are targeted at mo ... aching for alternatives to software you're already using is never the first answer to performance problems ...
https://man.plustar.jp/django/topics/performance.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ument explains how to output PDF files dynamically using Django views. This is made possible by the excelle ... buffer = io . BytesIO () # Create the PDF object, using the buffer as its "file." p = canvas . Canvas ( bu ... parameter is omitted, browsers will handle the PDF using whatever program/plugin they've been configured to ... hese examples that's PDF-specific -- just the bits using reportlab . You can use a similar technique to gen ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... han repeat the same material. Writing style ¶ When using pronouns in reference to a hypothetical person, su ... himself or herself... use themselves. Try to avoid using words that minimize the difficulty involved in a t ... hlighted. Prefer relying on automatic highlighting using :: (two colons). This has the benefit that if the ... to the documentation for that environment variable using .. envvar:: . Django-specific markup ¶ Sphinx's bu ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
サードパーティの Django ディストリビューション — Django 4.0.6 ドキュメント 4812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lopment version from our Git repository. If you're using Linux or a Unix installation, such as OpenSolaris, ... r to see if they already package Django. If you're using a Linux distro and don't know how to find out if a ... , version , トピック , previous , up , next , re , using , installation クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/misc/distributions.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _class() enable two extremely important use cases: Using these methods, you can write high-level generic co ... on any installed model -- instead of importing and using a single specific model class, you can pass an app ... plements generic relations, you should probably be using a natural key to uniquely identify related Content ... related object. If you know which models you'll be using most often, you can also add a "reverse" generic r ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e field from the database Model. refresh_from_db ( using = None , fields = None ) ¶ データベースからモデルの ... れない場合はデフォルトのデータベースから行われます。 using 引数は再読み込みを行うデータベースを強制的に設定す ... l ( models . Model ): def refresh_from_db ( self , using = None , fields = None , ** kwargs ): # fields con ... n ( deferred_fields ) super () . refresh_from_db ( using , fields , ** kwargs ) Model. get_deferred_fields ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nally, PostgreSQL implements exclusion constraints using indexes. The default index type is GiST . To use t ... e_gist extension on PostgreSQL. You can install it using the BtreeGistExtension migration operation. If you ... ps' ], ) creates an exclusion constraint on circle using circle_ops . 例 ¶ The following example restricts ... = False ), ), ] In case your model defines a range using two fields, instead of the native PostgreSQL range ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]