検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 572 for function (0.057 sec.)
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Exception ): """The user tried to call a sync-only function from an async context.""" pass クイック検索 Last u ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ A version of Python's urllib.parse.urlencode() function that can operate on MultiValueDict and non-string ... tp_date ( date ) except Exception : pass # Base 36 functions: useful for generating compact URLs [ドキュメント ... urllib.parse.urlparse() but uses fixed urlsplit() function. def _urlparse ( url , scheme = "" , allow_fragmen ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nform to the OGC standard. Django supports spatial functions operating on real geometries available in modern ... MySQL versions. However, the spatial functions are not as rich as other backends like PostGIS. R ... available for raster fields, but spatial database functions and aggregates aren't implemented for raster fiel ... ather than querying on distances, use the Distance function. Distance lookups take a tuple parameter comprisin ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and is a veritable "Swiss army knife" of GIS data functionality. A subset of GDAL is the OGR Simple Features ... unt property, or (equivalently) by using the len() function. For information on accessing the layers of data t ... ¶ OGRGeometry ¶ OGRGeometry objects share similar functionality with GEOSGeometry objects and are thin wrappe ... driver, and name (filename). By default, the warp functions keeps most parameters equal to the values of the ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0+ Requires PostGIS. MySQL GEOS, GDAL 5.7+ Limited functionality . Oracle GEOS, GDAL 19+ XE not supported. SQL ... h as the geographic admin or KML sitemaps will not function properly. トラブルシューティング ¶ If you can't fi ... Install binutils ¶ GeoDjango uses the find_library function (from the ctypes.util Python module) to discover l ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
OGR Inspection — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ...
https://man.plustar.jp/django/ref/contrib/gis/ogrinspect.html - [similar]
GeoDjango Utilities — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ...
https://man.plustar.jp/django/ref/contrib/gis/utils.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault) or a callable that returns a list (such as a function). Incorrectly using default=[] creates a mutable d ... junction with lookups on ArrayField . Uses the SQL function akeys() . For example: >>> Dog . objects . create ... junction with lookups on ArrayField . Uses the SQL function avals() . For example: >>> Dog . objects . create ... om psycopg2.extras import NumericRange Containment functions ¶ As with other PostgreSQL fields, there are thre ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 3811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __ with __unicode__ ¶ Replace your model's __str__ function with a __unicode__ method, and make sure you use U ... s. It is no longer necessary, since the equivalent functionality (part of inline editing ) is handled differen ... by using copy.deepcopy directly. Database backend functions ¶ Database backend functions have been renamed ¶ ... Almost all of the database backend-level functions have been renamed and/or relocated. None of these ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]