検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 387 for This (0.098 sec.)
検索 — Django 4.0.6 ドキュメント 4069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns. Django doesn't include any support for them at this time. We'll use some examples from PostgreSQL to d ... there are specific things which cannot be achieved this way, please open a ticket. In the above example, w ... thor: Helena Bonham Carter>, <Author: Hélène Joy>] This shows another issue, where we are matching against ... a different spelling of the name. In this case we have an asymmetry though - a search for He ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 4051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , # prevent changing the creator_id of the model. (This example doesn't # support cases where 'creator_id' ... b() implementation to clarify how that is done. In this case it would be possible to use a super() call in ... obj . pk ) . update ( val = F ( 'val' ) + 1 ) # At this point obj.val is still 1, but the value in the dat ... mary key field for the model. You can read and set this value, just as you would for any other attribute, ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nother URLconf module that should be "included" in this place. Optionally, the application namespace and i ... a response with a status code of 400. By default, this is django.views.defaults.bad_request() . If you im ... issions required to access a resource. By default, this is django.views.defaults.permission_denied() . If ... led if none of the URL patterns match. By default, this is django.views.defaults.page_not_found() . If you ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 4051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eases in the 1.4 series, as well as one other bug. This is the sixth bugfix/security release in the Django ... into a link, they could suffer from a XSS attack. This bug doesn't affect Django currently, since we only ... put this URL into the Location response header and browsers ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... heck function must accept an app_configs argument; this argument is the list of applications that should b ... e check will receive a databases keyword argument. This is a list of database aliases whose connections ma ... e only relevant to a production settings file like this: @register ( Tags . security , deploy = True ) def ... ementing a custom field named RangedIntegerField . This field adds min and max arguments to the constructo ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r is a query execution blocker. It could look like this: def blocker ( * args ): raise Exception ( 'No dat ... with further data about the context of invocation. This includes the connection and cursor. Using the para ... e complete example, a query logger could look like this: import time class QueryLogger : def __init__ ( se ... n self . queries . append ( current_query ) To use this, you would create a logger object and install it a ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 4025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango at the right one, and the best way to ensure this is by namespacing them. That is, by putting those ... your STATIC_URL is defined as static/ , you can do this by adding the following snippet to your urls.py: f ... RL , document_root = settings . STATIC_ROOT ) 注釈 This helper function works only in debug mode and only ... f your MEDIA_URL is defined as media/ , you can do this by adding the following snippet to your ROOT_URLCO ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 4025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing of existing geometry fields in the admin. 注釈 This is different from adding the geometry field to rea ... ity to edit its vertices. バージョン 4.0 で非推奨: This class is deprecated. Use ModelAdmin instead. OSMGe ... eetMap street data tiles. バージョン 4.0 で非推奨: This class is deprecated. Use GISModelAdmin instead. 目 ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 4025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... revious | up | next » Model クラスのリファレンス ¶ This document covers features of the Model class. For m ... 性 ¶ DoesNotExist ¶ exception Model. DoesNotExist ¶ This exception is raised by the ORM when an expected ob ... urned ¶ exception Model. MultipleObjectsReturned ¶ This exception is raised by QuerySet.get() when multipl ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... builtin logging module to perform system logging. This module is discussed in detail in Python's own docu ... mentation; this section provides a quick overview. 登場人物 ¶ Pyth ... INFO' ), 'propagate' : False , }, }, } By default, this config sends messages from the django logger of le ... vel INFO or higher to the console. This is the same level as Django's default logging conf ...
https://man.plustar.jp/django/topics/logging.html - [similar]