検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 572 for up (0.115 sec.)
File オブジェクト — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » File オブジェクト ¶ django.core.files モジ ... ke File it operates on string content (bytes also supported), rather than an actual file. For example: f ... ect (as with Car.photo , below) will also have a couple of extra methods: File. save ( name , content , ... the existing file, but will create a new file and update the object to point to it. If save is True , t ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » The form rendering API ¶ Django's form wi ... derer class. A custom renderer can be specified by updating the FORM_RENDERER setting. It defaults to ' ... rd-party apps must have Jinja2 templates. Unless you provide your own Jinja2 templates for widgets that ... ntext , forms , TemplatesSetting クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
ロギング — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ロギング ¶ 参考 How to configure and use ... configured as part of the general Django django.setup() function, so it's always available unless explic ... django.server propagate logging to their parents, up to the root django logger. The console and mail_ad ... omize the traceback text sent in the email body. You provide a string import path to the class you wish ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Constraints reference ¶ The classes defin ... ignored on MySQL, MariaDB, and SQLite as neither supports them. 警告 Deferred unique constraints may le ... onstraint. include ¶ New in Django 3.2. A list or tuple of the names of the fields to be included in the ... ile fetching data only from the index. include is supported only on PostgreSQL. Non-key columns have the ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Model _meta API ¶ class Options ¶ The mod ... . It enables other parts of the system such as lookups, queries, forms, and the admin to understand the ... nts = True , include_hidden = False ) ¶ Returns a tuple of fields associated with a model. get_fields() ... login>, <django.db.models.fields.BooleanField: is_superuser>, <django.db.models.fields.CharField: userna ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Porting your apps from Django 0.96 to 1.0 ... ty with 0.96 in some areas. This guide will help you port 0.96 projects and apps to 1.0. The first part ... g guide is more concerned with helping you quickly update your code. Common changes ¶ This section descr ... ost places, raw strings will continue to work, but updating to use Unicode literals will prevent some ob ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.2.5 release notes ¶ Django 1.2.5 ... other improvements. Django 1.2.5 is a recommended upgrade for any development or deployment currently u ... taining a FileField was deleted, FileField took it upon itself to also delete the file from the backend ... e files from the backend storage. If you need cleanup of orphaned files, you'll need to handle it yourse ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.2 リリースノート ¶ 2010 年 5 月 ... important changes you'll want to be aware of when upgrading from Django 1.1 or older versions. オーバー ... several large, important new features, including: Support for multiple database connections in a single ... gery (CSRF). A new user "messages" framework with support for cookie- and session-based message for both ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.8 リリースノート ¶ April 1, 2015 ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... has been designated as Django's second long-term support release . It will receive security updates for ... at least three years after its release. Support for the previous LTS, Django 1.4, will end 6 m ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 3.1 release notes ¶ August 4, 2020 ... compatible changes you'll want to be aware of when upgrading from Django 3.0 or earlier. We've dropped s ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Python バージョン間の互換性 ¶ Django 3.1 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.1.3). ...
https://man.plustar.jp/django/releases/3.1.html - [similar]