検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 59 for mode (0.090 sec.)
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) self . field_name = field_name def open ( self , mode = None ): self . file . seek ( 0 ) return self def ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nning Django with PgBouncer in transaction pooling mode. To reallow that, use the DISABLE_SERVER_SIDE_CURS ... ). Allowed prefetch calls on managers with custom ModelIterable subclasses ( #28096 ). Fixed change passw ... t use the multiple_input.html template. This fixes ModelAdmin.radio_fields with admin.HORIZONTAL ( #28059 ... g incorrect queries for __in subquery lookups when models use ForeignKey.to_field ( #28101 ). Fixed crash ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... base functions. For example: from django.db import models from django.db.models import UniqueConstraint fr ... om django.db.models.functions import Lower class MyModel ( models . ... Model ): first_name = models . CharField ( max_length = 255 ) last_name = mod ... , ), ] Functional unique constraints are added to models using the Meta.constraints option. scrypt passwo ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eter defines if a raster should be opened in write mode. For newly-created rasters, the second parameter i ... ored and the new raster is always created in write mode. The first parameter can take three forms: a strin ... ar , Cubic , CubicSpline , Lanczos , Average , and Mode . The max_error argument can be used to specify th ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me" is the basename of the package containing your models. For example, if your INSTALLED_APPS contains th ... particular category. For example, to perform only models and compatibility checks, run: django - admin ch ... eck -- tag models -- tag compatibility --database DATABASE ¶ Speci ... values are hash and unified . hash is the default mode that displays the output that's described above. u ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to return a URL pattern for serving files in debug mode: from django.conf import settings from django.conf ...
https://man.plustar.jp/django/ref/urls.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed, should also be adapted to match the sync/async mode. However, Django will individually adapt them as r ... wrapping an async view, you may be called in sync mode if there is other, synchronous middleware between ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 6506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed block to be in a transaction. This is needed by Model.save() and friends to avoid starting a transactio ... n when in autocommit mode and a single query is executed. It's equivalent to ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
索引 — Django 4.0.6 ドキュメント 6506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sqlsequencereset コマンドラインオプション --debug-mode test コマンドラインオプション --debug-sql test コマ ... se のメソッド) (HttpResponse のメソッド) __eq__() (Model のメソッド) __getattr__() (Area のメソッド) (Dist ... メソッド) (SpatialReference のメソッド) __hash__() (Model のメソッド) __init__() (HttpResponse のメソッド) ... er__() (File のメソッド) (HttpRequest のメソッド) (ModelChoiceIterator のメソッド) (OGRGeometry のメソッド ...
https://man.plustar.jp/django/genindex.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 6506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... こともあるでしょう。以下があります。 _open ( name , mode = 'rb' ) ¶ 必須 Storage.open() から呼び出されます。 ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
PREV 1 2 3 4 5 6 NEXT