検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 148 for given (0.029 sec.)
Form fields — Django 4.0.6 ドキュメント 12332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in validation if a particular field's value is not given. initial values are only intended for initial form ... ensure that the string is at most or at least the given length. strip ¶ If True (default), the value will ... 文字列) Normalizes to: A string. Validates that the given value exists in the list of choices. Error message ... n の decimal に正規化されます。 Validates that the given value is a decimal. Uses MaxValueValidator and Min ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 9915
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ometric features. Typically, all the features in a given layer have the same geometry type. The geom_type p ... ¶ A method that returns a list of the values of a given field for each feature in the layer: >>> layer . g ... boolean indicating whether this layer supports the given capability (a string). Examples of valid capabilit ... 5001) get ¶ A method that returns the value of the given field (specified by name) for this feature, not a ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 9458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r all GEOS geometry objects. It initializes on the given geo_input argument, and then assumes the proper ge ... ill create a Point object). The srid parameter, if given, is set as the SRID of the created geometry if geo ... gml_string ) ¶ Constructs a GEOSGeometry from the given GML string. Properties ¶ GEOSGeometry. coords ¶ Re ... matrix for this geometry and the other matches the given pattern -- a string of nine characters from the al ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 9458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... min help <command> to display a description of the given command and a list of its available options. App n ... RN , -i PATTERN ¶ Ignores directories matching the given glob -style pattern. Use multiple times to ignore ... e EXCLUDE ¶ Excludes loading the fixtures from the given applications and/or models (in the form of app_lab ... files. If the option is: full (the default if not given): the lines include both file name and line number ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 9340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... None , status = None , using = None ) ¶ Combines a given template with a given context dictionary and retur ... se or sequence of template names. If a sequence is given, the first template that exists will be used. See ... ( klass , * args , ** kwargs ) ¶ Calls get() on a given model manager, but it raises Http404 instead of th ... NotExist : raise Http404 ( "No MyModel matches the given query." ) The most common use case is to pass a Mo ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st. POST ¶ A dictionary-like object containing all given HTTP POST parameters, providing that the request c ... exception of CONTENT_LENGTH and CONTENT_TYPE , as given above, any HTTP headers in the request are convert ... r without constructing a whole XML tree in memory. Given this standard interface, an HttpRequest instance c ... ist. QueryDict. setlist ( key , list_ ) ¶ Sets the given key to list_ (unlike __setitem__() ). QueryDict. a ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 8413
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... require or restrict the keys which are valid for a given field. This can be done using the KeysValidator . ... turn self . name Key lookups ¶ To query based on a given key, you can use that key as the lookup name: >>> ... reField . The returned objects are those where the given dict of key-value pairs are all contained in the f ... [<Dog: Fred>]> has_key ¶ Returns objects where the given key is in the data. Uses the SQL operator ? . For ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... order_by() ). If no such ordering is defined for a given QuerySet , calling reverse() on it has no real eff ... te object in the result list is "truncated" to the given type . "year" returns a list of all distinct year ... me object in the result list is "truncated" to the given type . order , which defaults to 'ASC' , should be ... times are converted prior to truncation. Indeed, a given datetime has different representations depending o ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 7956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rasters ¶ All examples in the reference below are given for geometry fields and inputs, but the lookups ca ... ially related to the lookup geometry by the values given in the given pattern. This lookup requires a tuple ... field from the lookup geometry is greater than the given distance value. 実装例: Zipcode . objects . filter ... he lookup geometry is greater than or equal to the given distance value. 実装例: Zipcode . objects . filter ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 7838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... classmethod instantiates the GeoIP object from the given database path and given cache setting. Querying ¶ ... ¶ Returns a dictionary of city information for the given query. Some of the values in the dictionary may be ... ctionary with the country code and country for the given query. GeoIP2. country_code ( query ) ¶ Returns th ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT