検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 438 for For (0.153 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 3915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e system check framework is a set of static checks for validating Django projects. It detects common prob ... lems and provides hints for how to fix them. The framework is extensible so yo ... e check command. Checks are triggered implicitly before most commands, including runserver and migrate . ... For performance reasons, checks are not run as part of the WS ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 3898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tribute in many ways, either on the framework itself or in the wider ecosystem. Work on the Django framew ... documentation is one of its key strengths. It's informative and thorough. You can help to improve the do ... s the framework evolves. See Writing documentation for more. Localizing Django ?️ Django is translated in ... over 100 languages - There's even some translation for Klingon?! The i18n team are always looking for tra ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 3898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template engine provides a powerful mini-language for defining the user-facing layer of your application ... nding of HTML; no knowledge of Python is required. For introductory material, see テンプレート topic guid ... グとフィルタライブラリ The Django template language: for Python programmers オーバービュー Configuring an e ... ding templates Custom loaders Template origin 参考 For information on writing your own custom tags and fi ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 3898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... follows are examples of operations that can be performed using the Python API facilities. Create a few P ... you build web apps easily>" needs to have a value for field "id" before this many-to-many relationship c ... = a2 . publications . create ( title = 'Highlights for Children' ) Article objects have access to their r ... tions . all () <QuerySet [<Publication: Highlights for Children>, <Publication: Science News>, <Publicati ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 3898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll be used. See the template loading documentation for more information on how templates are found. Optio ... ctionary is callable, the view will call it just before rendering the template. content_type The MIME typ ... e to use for the resulting document. Defaults to 'text/html' . ... status The status code for the response. Defaults to 200 . using The NAME of ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 3881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Let's say you're trying to override the templates for a third-party application called blog , which prov ... st.html and blog/list.html . The relevant settings for your project would look like: from pathlib import ... he root of your project. To override the templates for the blog app, create a folder in the templates dir ... ist.html post.html The template loader first looks for templates in the DIRS directory. When the views in ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 3881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in 1.11.3 on Python 2 where non-ASCII format values for date/time widgets results in an empt ... 4 ). Corrected Field.has_changed() to return False for disabled form fields: BooleanField , MultipleChoic ... ModelMultipleChoiceField . Fixed QuerySet.count() for union() , difference() , and intersection() querie ... ile_input.html widget templates will need to adapt for the fact that context values checkbox_name , check ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 3865
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 9, 1.10, 1.11 (LTS), 2.0 (drops Python 2 support). For backwards compatibility, RemovedInDjango20Warning ... eField , IPAddressField , SlugField , and URLField form fields which use these validators all strip the i ... s if you are using these validators outside of the form fields. The undocumented, internally unused valid ... lied ( #24895 ). Fixed recording of applied status for squashed (replacement) migrations ( #24628 ). Fixe ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 3865
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of a strip_tags() call without escaping it first, for example with django.utils.html.escape() . CVE-2019 ... SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Key and index lookups fo ... .contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL injection, using a ... SQL injection possibility in key and index lookups for JSONField / HStoreField CVE-2019-14235: Potential ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 3831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equires Apache version >= 2.2 and mod_wsgi >= 2.0. For example, you could: Serve static/media files direc ... tom mod_wsgi auth handler if your custom cannot conform to these requirements. Authentication with mod_ws ... ng Application Groups section of the mod_wsgi docs for more information about this setting. Make sure tha ... ms documentation provides additional details and information about alternative methods of authentication. ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]