検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 195 for Object (0.079 sec.)
Measurement Objects — Django 4.0.6 ドキュメント 6238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex | Modules « previous | up | next » Measurement Objects ¶ The django.contrib.gis.measure module contains ... ts of measure. [1] Specifically, it implements two objects, Distance and Area -- both of which may be access ... e aliases, respectively. カスタマイズ例 ¶ Distance objects may be instantiated using a keyword argument indi ... nits. In the example below, two different distance objects are instantiated in units of kilometers ( km ) an ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ¶ Here is an example of how to create a geometry object (assuming the Zipcode model): >>> from zipcode.mod ... 20, 20 15, 10 10))' ) >>> z . save () GEOSGeometry objects may also be used to save geometric models: >>> fr ... parameters may be passed in using the GEOSGeometry object, WKT (Well Known Text [1] ), HEXEWKB (PostGIS spec ... ). Essentially, if the input is not a GEOSGeometry object, the geometry field will attempt to create a GEOSG ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 6206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プレートは、すべてのパブリッシャーオブジェクトを含むobject_listという変数を含むコンテキストに対してレンダリン ... h2 > Publishers </ h2 > < ul > {% for publisher in object_list %} < li > {{ publisher.name }} </ li > {% end ... 出版社をリストするテンプレートが、すべての出版社を``object_list`` という名前の変数に格納していたことに気づいた ... テキストを入力することができます。これはデフォルトの object_list エントリに加えて提供されますが、全く同じデータ ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be found. get_next_year ( date ) ¶ Returns a date object containing the first day of the year after the dat ... ture . get_previous_year ( date ) ¶ Returns a date object containing the first day of the year before the da ... be found. get_next_month ( date ) ¶ Returns a date object containing the first day of the month after the da ... ure . get_previous_month ( date ) ¶ Returns a date object containing the first day of the month before the d ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the same way as saving a normal field -- assign an object of the right type to the field in question. This e ... log.models import Blog , Entry >>> entry = Entry . objects . get ( pk = 1 ) >>> cheese_blog = Blog . objects ... from blog.models import Author >>> joe = Author . objects . create ( name = "Joe" ) >>> entry . authors . a ... の引数を次の例のように含めます: >>> john = Author . objects . create ( name = "John" ) >>> paul = Author . ob ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields based on their attributes . The Model._meta object has been part of Django since the days of pre-0.96 ... lds, as well as perform arithmetic, similar to F() objects. order_by() has also gained the ability to accept ... nge_link that supports showing a link to an inline object's change form. Use the new django.contrib.admin.Re ... filter to limit the list_filter choices to foreign objects which are attached to those from the ModelAdmin . ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 5946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » Geolocation with GeoIP2 ¶ The GeoIP2 object is a wrapper for the MaxMind geoip2 Python library ... order to perform IP-based geolocation, the GeoIP2 object requires the geoip2 Python library and the GeoIP C ... e = 0 , country = None , city = None ) ¶ The GeoIP object does not require any parameters to use the default ... cache ) ¶ This classmethod instantiates the GeoIP object from the given database path and given cache setti ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » Related objects reference ¶ class RelatedManager ¶ A "related man ... ルオブジェクトを追加します。 実装例: >>> b = Blog . objects . get ( id = 1 ) >>> e = Entry . objects . get ( ... ) is used to perform the update. This requires the objects to already be saved. You can use the bulk=False a ... ough_defaults = None , ** kwargs ) ¶ Creates a new object, saves it and puts it in the related object set. R ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 5913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source obje ... ble __proto__ property, it could extend the native Object.prototype . The bundled version of jQuery used by ... ovided , able , before , Patched , using , could , Object クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nly returns the user permissions for this specific object. get_group_permissions ( obj = None ) ¶ ユーザがグ ... ally converted to lowercase, and the returned User object will have is_active set to True . If no password i ... tice, you probably won't need to use AnonymousUser objects on your own, but they're used by web requests, as ... して明確には送信されません。 request The HttpRequest object, if one was provided to authenticate() . 認証のバッ ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT