検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 72 for tuple (0.028 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 14028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 004 : choices must be an iterable (e.g., a list or tuple). fields.E005 : choices must be an iterable contai ... ning (actual value, human readable name) tuples. fields.E006 : db_index must be None , True or Fa ... ld. models.E008 : index_together must be a list or tuple. models.E009 : All index_together elements must be ... lists or tuples. models.E010 : unique_together must be a list or ...
https://man.plustar.jp/django/ref/checks.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 12837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... layer, as an Envelope object: >>> layer . extent . tuple (-104.609252, 29.763374, -95.23506, 38.971823) srs ... can only be set with an OGRGeometry instance, a 4-tuple extent, or None . When set with something other th ... ey are returned as OGRGeometry objects: >>> [ pt . tuple for pt in layer . get_geoms ()] [(-104.609252, 38. ... ature, as an OGRGeometry object: >>> city . geom . tuple (-104.609252, 38.255001) get ¶ A method that retur ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 10468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cally this is a GEOSGeometry instance, or can be a tuple to represent a point or a box. For example: class ... `obj.poly.centroid`. return obj . poly . extent # tuple like: (X0, Y0, X1, Y1). item_geometry ( item ) ¶ S ... he feed. This can be a GEOSGeometry instance, or a tuple that represents a point coordinate or bounding box ... , Feed , geometry , GeoDjango , item , box , For , tuple , example クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 8885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecimal_places def __call__ ( self , value ): digit_tuple , exponent = value . as_tuple ()[ 1 :] if exponent ... dds that many trailing zeros. digits = len ( digit_tuple ) + exponent decimals = 0 else : # If the absolute ... # because it'll consume all of the digits in digit_tuple and then # add abs(exponent) - len(digit_tuple) le ... # decimal point. if abs ( exponent ) > len ( digit_tuple ): digits = decimals = abs ( exponent ) else : dig ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 8619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e release. Please see notes on setting the VERSION tuple below for details on VERSION . If this is a pre-re ... ! All that's left to do now is: Update the VERSION tuple in django/__init__.py again, incrementing to whate ... rk :: Django :: 3.1 . Notes on setting the VERSION tuple ¶ Django's version reporting is controlled by the ... VERSION tuple in django/__init__.py . This is a five-element tup ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 8478
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... given in the given pattern. This lookup requires a tuple parameter, (geom, pattern) ; the form of pattern w ... t with the DE-9IM model. [1] Geometry example: # A tuple lookup parameter is used to specify the geometry a ... d' ]) The value passed into a distance lookup is a tuple; the first two values are mandatory, and are the g ... ion ). To pass a band index to the lookup, use a 3-tuple where the second entry is the band index. On every ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 8352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hich will be passed to receivers. Return a list of tuple pairs [(receiver, response), ... ]. """ if ( not s ... hich will be passed to receivers. Return a list of tuple pairs [(receiver, response), ... ]. If any receive ... atever arguments it can accept. # Return a list of tuple pairs [(receiver, response), ... ]. responses = [] ... orator ( func ): if isinstance ( signal , ( list , tuple )): for s in signal : s . connect ( func , ** kwar ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 8352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ GeoIP2. coords ( query ) ¶ Returns a coordinate tuple of (longitude, latitude). GeoIP2. lon_lat ( query ... ) ¶ Returns a coordinate tuple of (longitude, latitude). GeoIP2. lat_lon ( query ... ) ¶ Returns a coordinate tuple of (latitude, longitude), GeoIP2. geos ( query ) ¶ ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 8352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> original '2.5' If you wish to protect a list, tuple, or dictionary you can do so using the sign_object ... stamp, and sign complex data structure (e.g. list, tuple, or dictionary). unsign_object ( signed_obj , seri ... x data structures ¶ If you wish to protect a list, tuple or dictionary you can do so using the Signer.sign_ ... (there is no native distinction between lists and tuples) if you pass in a tuple, you will get a list from ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing. """ address = None if not isinstance ( addr , tuple ): addr = force_str ( addr ) try : token , rest = ... raise TypeError ( '"to" argument must be a list or tuple' ) self . to = list ( to ) else : self . to = [] i ... raise TypeError ( '"cc" argument must be a list or tuple' ) self . cc = list ( cc ) else : self . cc = [] i ... aise TypeError ( '"bcc" argument must be a list or tuple' ) self . bcc = list ( bcc ) else : self . bcc = [ ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT