検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 320 for not (0.131 sec.)
File オブジェクト — Django 4.0.6 ドキュメント 3756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith the file name and contents provided. This will not replace the existing file, but will create a new f ... o . save ( 'myphoto.jpg' , content , save = True ) Note that the content argument must be an instance of ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 3756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... \d without the need to escape the backslash with another backslash. When a match is made, captured group ... function that takes a full Python import path to another URLconf module that should be "included" in thi ... ch. By default, this is django.views.defaults.page_not_found() . If you implement a custom view, be sure ... and exception arguments and returns an HttpResponseNotFound . handler500 ¶ handler500 ¶ A callable, or a ...
https://man.plustar.jp/django/ref/urls.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 3756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : >>> from django.core.exceptions import ObjectDoesNotExist >>> try : >>> p2 . restaurant >>> except Obje ... ctDoesNotExist : >>> print ( "There is no restaurant here." ... restaurant' ) False Set the place using assignment notation. Because place is the primary key on Restaura ... restaurant <Restaurant: Demon Dogs the restaurant> Note that you must save an object before it can be ass ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 3756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合、ミドルウェアの __init__() メソッドが MiddlewareNotUsed を投げる可能性があります。Django はミドルウェア ... ests to fit the middleware's requirements if it cannot support both, but at a performance penalty. By def ... will individually adapt them as required if you do not, at an additional performance penalty. Here's an e ... d asynchronous calls, the kind of call you get may not match the underlying view. Django will optimize th ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orage ): def __init__ ( self , option = None ): if not option : option = settings . CUSTOM_STORAGE_OPTION ... ものです)。 デフォルトにおいて、以下に示すメソッドは NotImplementedError を発生させます。したがって一般的に ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to March 2021, the main branch was called master . Note that this will get all of Django: in addition to ... become part of an official release, but others do not; in either case, there comes a time when the branc ... ngo as of the 0.91 release, but was superseded by another refactoring (see next listing) prior to the Dja ...
https://man.plustar.jp/django/internals/git.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s and fields out of a vector layer, converting to another coordinate system (e.g. WGS84), and then insert ... objects. Argument 説明 model The geographic model, not an instance. data_source The path to the OGR-suppo ... to False will disable coordinate transformations. In other words, geometries will be inserted into the da ... n, end) feature ID's to map from the data source. In other words, this keyword enables the user to select ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t transforms a DateField into a IntegerField . The notation to use a Transform in a lookup expression is ... he right hand side of a filter or directly as an annotation. bilateral ¶ A boolean indicating whether thi ... identifying it on parsing query expressions. It cannot contain the string "__" . output_field ¶ Defines t ... rhs such as lhs in rhs or lhs > rhs . The primary notation to use a lookup in an expression is <lhs>__<l ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () with a many-to-many relationship, however, will not call any save() methods (the bulk argument doesn't ... 1 , 1 ) ... ) >>> e . save ( force_insert = True ) Note that there's no need to specify the keyword argum ... be removed from a relation without being added to another. In the above example, removing e from b.entry_ ... ects . get ( id = 1 ) >>> b . entry_set . clear () Note this doesn't delete the related objects -- it jus ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter to specify a custom class to encode data types not supported by the standard encoder. The new CIText ... en using ManifestStaticFilesStorage , static files not found in the manifest at runtime now raise a Value ... 場合、 get_model() および get_models() が AppRegistryNotReady を投げるようになりました。以前は対象のアプリケ ... e validate_image_file_extension validator. See the note in Client.post() . FileField now moves rather tha ...
https://man.plustar.jp/django/releases/1.11.html - [similar]