検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 331 for using (0.251 sec.)
Coding style — Django 4.0.6 ドキュメント 4638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... them. Python style ¶ All files should be formatted using the black auto-formatter. This will be run by pre- ... itory includes an .editorconfig file. We recommend using a text editor with EditorConfig support to avoid i ... k . Imports ¶ Use isort to automate import sorting using the guidelines below. Quick start:   $ python -m ... ouped before the lowercase items. Break long lines using parentheses and indent continuation lines by 4 spa ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
フォーム API — Django 4.0.6 ドキュメント 4638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , as_json() does not escape its output. If you are using it for something like AJAX requests to a form view ... UUID('1b411fab-844e-4dec-bd4f-e9b0495f04d0') >>> # Using BoundField.initial, for comparison >>> f [ 'identi ... . as_p() ¶ Form. as_p () ¶ as_p() renders the form using the template assigned to the forms template_name_p ... s_ul() ¶ Form. as_ul () ¶ as_ul() renders the form using the template assigned to the forms template_name_u ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pgrade for any development or deployment currently using or targeting Django 1.2. For full details on the n ... en explicitly allowed by the application developer using the pre-existing mechanism mentioned above. This i ... , the actual production database) to be dropped, causing catastrophic loss of data. In order to provide a f ... running the Django test suite with runtests.py and using spatial database backends . 目次 Django 1.2.4 rele ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 4638
" + 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 ... ango.contrib.admin.EmptyFieldListFilter crash when using on reverse relations ( #31952 ). Prevented content ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you refer to a "reverse" relationship in a lookup using the lowercase name of the model. 次の例は、 少なく ... _year = 2008 , ) However, unlike the behavior when using filter() , this will not limit blogs based on entr ... ce transforms ¶ New in Django 3.2. Django supports using transforms in expressions. For example, to find al ... pecifically, this means that limiting the queryset using an array slice or an index will not populate the c ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » How to authenticate using REMOTE_USER ¶ This document describes how to make ... be configured to make use of the REMOTE_USER value using the RemoteUserMiddleware or PersistentRemoteUserMi ... 替として使うことができる。 目次 How to authenticate using REMOTE_USER 設定 ログインページでのみ REMOTE_USER ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ADMINS setting. 参考 Server error emails are sent using the logging framework, so you can customize this b ... d override its methods. 参考 404 errors are logged using the logging framework. By default, these log recor ... ose variables from being included in error reports using the sensitive_variables decorator: from django.vie ... ensitive_variables () def my_function (): ... When using multiple decorators If the variable you want to hi ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es if the URLs of this sitemap should be generated using all of your LANGUAGES . The default is False . lan ... lternate links pointing to other language versions using the hreflang attribute . The default is False . x_ ... s. カスタマイズ例 ¶ Here's an example of a URLconf using GenericSitemap : from django.contrib.sitemaps impo ... 'pub_date' , } urlpatterns = [ # some generic view using info_dict # ... # the sitemap path ( 'sitemap.xml' ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts. Although this example returns NewsItem objects using Django's object-relational mapper , items() doesn' ... you get a few bits of functionality "for free" by using Django models, items() can return any type of obje ... s class attribute (which should be a list). We are using a template for the item descriptions. It can be as ... yndication framework populates this automatically, using the domain of the current site according to the SI ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou'll need to set the header on your AJAX request. Using the fetch() API: const request = new Request ( /* ... mplate tag. For all incoming requests that are not using HTTP GET, HEAD, OPTIONS or TRACE, a CSRF cookie mu ... the-middle attack that's possible under HTTPS when using a session independent secret, due to the fact that ... nt for the whole domain. By setting the cookie and using a corresponding token, subdomains will be able to ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT