検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 257 for which (0.137 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... It requires use of PostgreSQL's pgcrypto extension which can be activated using the new CryptoExtension mig ... 20. Django 1.11 will be supported until April 2020 which almost reaches this date. Django 2.0 officially su ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se views inherit SingleObjectTemplateResponseMixin which uses template_name_suffix to construct the templat ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.db.models.ForeignKey.on_delete set to CASCADE , which is the default): >>> Article . objects . all () <Q ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e reference), we'll refer to the following models, which comprise a blog application: from datetime import ... null instead of SQL NULL by using Value('null') . Whichever of the values is stored, when retrieved from t ... ntainment and key lookups . 注釈 Due to the way in which key-path queries work, exclude() and filter() are ... models, or emit the pre_save or post_save signals (which are a consequence of calling save() ), or honor th ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in INSTALLED_APPS. # This may raise ImportError, which is the best exception # possible if the module at ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pace except added line breaks consume the space on which they break the line. Don't wrap long words, thus t ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... practical to specify dependencies in the migration which you want to run after the one you are writing. サー ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll not work. (Internally, settings is a LazyObject which configures itself automatically when the settings ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ain a backwards-compatible replica of the function which will raise a RemovedInDjango51Warning . Django 5.0 ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... messages framework contains SuccessMessageMixin , which facilitates presenting messages about successful f ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]