検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 200 for should (0.051 sec.)
GDAL API — Django 4.0.6 ドキュメント 5148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et coordinate systems, respectively. These objects should be used when performing the same coordinate transf ... urce, and the second parameter defines if a raster should be opened in write mode. For newly-created rasters ... he original source raster, so only parameters that should be changed need to be specified. Note that this in ... o mark pixels that are not valid data. Such pixels should generally not be displayed, nor contribute to anal ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that will require a CSRF token to be inserted you should use the django.views.decorators.csrf.csrf_protect( ... send the CSRF cookie. Scenarios ¶ CSRF protection should be disabled for just a few views ¶ Most views requ ... requires_csrf_token() . (i.e. requires_csrf_token should be the innermost decorator). View needs protection ... 事項 Edge cases Utilities Scenarios CSRF protection should be disabled for just a few views CsrfViewMiddlewar ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5148
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template (including TemplateResponseMixin above), should call get_context_data() passing any data they want ... a good rule of thumb is: ヒント Each of your views should use only mixins or views from one of the groups of ... ? We have a very clear division here: GET requests should get the DetailView (with the Form added to the con ... text data), and POST requests should get the FormView . Let's set up those views first. ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lated_query_name . As the reverse name for a field should be unique, be careful if you intend to subclass yo ... . To work around name collisions, part of the name should contain '%(app_label)s' and '%(model_name)s' , whi ... t of database features that the current connection should have so that the model is considered during the mi ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (This view is not hardened for production use and should be used only as a development aid; you should serv ...
https://man.plustar.jp/django/ref/views.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt; this argument is the list of applications that should be inspected. If None , the check must be run on a ... ered explicitly with system check registry. Checks should be registered in a file that's loaded when your ap ...
https://man.plustar.jp/django/topics/checks.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ch is referred to can be retrieved. Therefore, you should not override get_queryset() to filter out any rows ... ctionality that applies to the abstract model, you should put that functionality in a staticmethod or classm ... our Manager object that controls object state, you should ensure that you don't affect the ability of your M ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いませんが、それは以下の理由からです: Sometimes, you should use gettext_lazy() as the default translation meth ... ing with these objects elsewhere in your code, you should ensure that you don't accidentally convert them to ... strings, because they should be converted as late as possible (so that the corr ... annot be carried out within the blocktranslate and should be retrieved (and stored) beforehand: {% url 'path ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... am . Once you've submitted an issue via email, you should receive an acknowledgment from a member of the sec ... of Django, and the overwhelming majority of users should subscribe to django-announce to receive advanced n ...
https://man.plustar.jp/django/internals/security.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls. It defaults to the last component of name . It should be a valid Python identifier. Djangoプロジェクト全 ... AppConfig classes to prevent re-running code which should be executed exactly one time. Namespace packages a ... that define your application configuration classes shouldn't import any models, even indirectly. Strictly sp ... ends up in a loop. To eliminate such problems, you should minimize dependencies between your models modules ...
https://man.plustar.jp/django/ref/applications.html - [similar]