検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 345 for when (0.109 sec.)
翻訳 — Django 4.0.6 ドキュメント 4420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , 'name' : Report . _meta . verbose_name , } 注釈 When using ngettext() , make sure you use a single name ... odels and utility functions is a common operation. When you're working with these objects elsewhere in you ... ion described next. Lazy translations and plural ¶ When using lazy translation for a plural string ( n[p]g ... azy() ¶ Python's str.format() method will not work when either the format_string or any of the arguments t ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 知っているクラスです。 フィールドサブクラスを書く ¶ When planning your Field subclass, first give some thou ... e() and rel_db_type() methods are called by Django when the framework constructs the CREATE TABLE statemen ... ts for your application -- that is, when you first create your tables. The methods are also ... called when constructing a WHERE clause that includes the mode ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oding style ¶ Please follow these coding standards when writing code for inclusion in Django. Pre-commit c ... line length used by black . This check is included when you run flake8 . Documentation, comments, and docs ... foo' class Example : # ... Use convenience imports whenever available. For example, do this: from django.v ... ngo.conf.settings at the top level (i.e. evaluated when the module is imported). The explanation for this ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u are on macOS or Windows . Building from source ¶ When installing from source on UNIX and GNU/Linux syste ... トラブルシューティング ¶ Can't find GEOS library ¶ When GeoDjango can't find GEOS, this error is raised: I ... ings may be built by adding the --with-python flag when running configure . See GDAL/OGR In Python for mor ... トラブルシューティング ¶ Can't find GDAL library ¶ When GeoDjango can't find the GDAL library, configure y ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... houldn't require manual setting. POSTGIS_VERSION ¶ When GeoDjango's spatial backend initializes on PostGIS ... jango tests ¶ To have the GeoDjango tests executed when running the Django test suite with runtests.py all ... all Django and GeoDjango tests would be performed when executing the command: $ ./runtests.py --settings= ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class or module which implements the storage API. When called without the import_path parameter get_stora ... file system permissions that the file will receive when it is saved. Defaults to FILE_UPLOAD_PERMISSIONS . ... system permissions that the directory will receive when it is saved. Defaults to FILE_UPLOAD_DIRECTORY_PER ... systems can inherit or override as necessary. 注釈 When methods return naive datetime objects, the effecti ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 ウィジェットのインスタンスをカスタマイズする ¶ When Django renders a widget as HTML, it only renders v ... pes. To do this, you use the Widget.attrs argument when creating the widget: class CommentForm ( forms . F ... , attrs ) ¶ Returns a dictionary of values to use when rendering the widget template. By default, the dic ... eInput and ClearableFileInput , which return False when initial is set, and CheckboxSelectMultiple , which ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uthor: John>, <Author: john>]> It can also be used when ordering, for example with PostgreSQL: >>> Author ... d comment.modified . 警告 The behavior of Greatest when one or more expression may be null varies between ... lt in a database error. 警告 The behavior of Least when one or more expression may be null varies between ... function returns the empty string instead of None when the expressions are of type CharField . Passing Va ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.11.14 リリースノート — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango 1.10 that could result in large memory usage when making edits using ModelAdmin.list_editable ( #284 ... , previous , up , next , Bugfixes , ドキュメント , when , making , edits クイック検索 Last update: 2022年6 ...
https://man.plustar.jp/django/releases/1.11.14.html - [similar]
Django 4.0.3 release notes — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xed a regression in Django 4.0 that caused a crash when rendering invalid inlines with readonly_fields in ... ク , regression , previous , up , next , Bugfixes , when , user クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/4.0.3.html - [similar]