検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 159 for How (0.064 sec.)
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs working on Django projects and does not reflect how Django should be installed when developing patches ... ed terminal output よくある落とし穴 前のトピックへ How to deploy static files 次のトピックへ How to creat ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sure what to do? Want to help but just don't know how to get started? This is the section for you. Get u ... l advice on ways you can contribute to Django, and how to approach that. パッチを書く方法の細かい参照文献 ... even if you don't fix the bug itself. See more at How can I help with triaging? Look for tickets that ar ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go template system from a technical perspective -- how it works and how to extend it. If you're looking f ... ses, specified as strings. Each Loader class knows how to import templates from a particular source. Opti ... d) variables. It defaults to the empty string. See How invalid variables are handled for details. file_ch ... o access attributes of the callable, for example). How invalid variables are handled ¶ Generally, if a va ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to create custom django-admin commands ¶ manage.py ... 、例外の捕捉をするかどうかは実装に依存します。 目次 How to create custom django-admin commands 省略可能な引 ... のサブクラス コマンドが発生させる例外 前のトピックへ How to authenticate using REMOTE_USER 次のトピックへ H ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which lookups are available for a field class, and how lookups are fetched from a field. フィールドの型 ¶ ... DateTimeField instead of a DateField and deciding how to handle the conversion from datetime to date at ... storage, check that storage's documentation to see how it handles upload_to . upload_to may also be a cal ... l of your files. See ファイルの管理 for details on how to provide this object. このフィールドのデフォルト ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry construction and is not part of the public API. However, it is safe (and fully supported) to pickle an ... ntroduce the possibility of duplicate result rows. However, if your query spans multiple tables, it's pos ... should be either 'ASC' or 'DESC' . This specifies how to order the results. 例: >>> Entry . objects . da ... should be either 'ASC' or 'DESC' . This specifies how to order the results. tzinfo defines the time zone ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... issue patches or new releases for those versions. How Django discloses security issues ¶ Our process for ... ithin that organization. A detailed explanation of how you or your organization fit at least one set of c ... added to our notification list. An explanation of who will be receiving/reviewing mail sent to that addre ... リシー Reporting security issues サポートバージョン How Django discloses security issues Who receives adva ...
https://man.plustar.jp/django/internals/security.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mponents that come with Django. For information on how to use them and how to write your own middleware, ... s broken link notification emails to MANAGERS (see How to manage error reporting ). GZip middleware ¶ cla ... eader as a way to send information to a site about how users got there. When a user clicks a link, the br ... utilizing web server provided authentication. See How to authenticate using REMOTE_USER for usage detail ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s__gt = F ( 'num_chairs' ) + F ( 'num_chairs' )) # How many chairs are needed for each company to seat al ... ression, such as 1 , True , or None . Django knows how to convert these Python values into their correspo ... 注釈 The examples in this section are designed to show how to force Django to execute a subquery. In some ... rcol = ' %s '" ) # unsafe! You can read more about how Django's SQL injection protection works. Window fu ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default version. If you're still using Python 2.6, however, you'll need to stick to Django 1.6 until you ... concept of Django applications matured, this code showed some shortcomings. It has been refactored into a ... ding DecimalField and DateField , override it and show how to call the method on the superclass and simpl ... see what we consider serializable, and to find out how to make your own classes serializable, read the mi ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT