検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 93 for Point (0.042 sec.)
Django のリリースプロセス — Django 4.0.6 ドキュメント 6722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... between the release of Django 5.1 and 5.2. At this point in time: Features will be added to the development ... two will culminate with an alpha release. At this point, the stable/A.B.x branch will be forked from main ... ast two weeks before the final release. After this point, new translatable strings must not be added. Durin ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eometryField ¶ The base class for geometry fields. PointField ¶ class PointField ¶ Stores a Point . LineStr ... eld ¶ class PolygonField ¶ Stores a Polygon . MultiPointField ¶ class MultiPointField ¶ Stores a MultiPoint ... n other words, while the shortest path between two points on a flat surface is a straight line, the shortes ... t path between two points on a curved surface (such as the earth) is an arc ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd only supports use of the standard start and end points, such as CURRENT ROW and UNBOUNDED FOLLOWING . cl ... r computing the result. They shift from some start point to some specified end point. Frames can be used wi ... rdering clause isn't present. The default starting point for a frame is UNBOUNDED PRECEDING which is the fi ... rst row of the partition. The end point is always explicitly included in the SQL generated ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... acle, PGRaster (Bilateral), SpatiaLite Tests if no point in the geometry field is outside the lookup geomet ... acle, PGRaster (Bilateral), SpatiaLite Tests if no point in the lookup geometry is outside the geometry fie ... atiaLite Returns a LineString constructed from the point field geometries in the QuerySet . Currently, orde ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
データベース — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing the table name via the db_table parameter. Savepoints ¶ Both the Django ORM and MySQL (when using the I ... nnoDB storage engine ) support database savepoints . If you use the MyISAM storage engine please be ... atabase-generated errors if you try to use the savepoint-related methods of the transactions API . The reas ... verted to the REAL data type (8-byte IEEE floating point number), as explained in the SQLite datatypes docu ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTTP RFC 7231#section-7.1.1.1 . Accepts a floating point number expressed in seconds since the epoch in UTC ... ) ¶ Returns a datetime that represents the current point in time. Exactly what's returned depends on the va ... Returns an aware datetime that represents the same point in time as value in timezone , value being a naive ... aive datetime that represents in timezone the same point in time as value , value being an aware datetime . ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass. The reverse relation attached by a ForeignKey pointing to a proxy model is now accessible as a descrip ... r fields such as ForeignKey and OneToOneField that point to another field. The arity class attribute is add ... ency was fixed by returning the full set of fields pointing to a concrete class or one of its proxies in bo ... がデフォルトでトリムされるようになりました。つまり POINT (23.0000000000000000 5.5000000000000000) の代わりに ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the ``handle()`` method is typically the starting point for subclasses; many built-in commands and command ... ント] def add_arguments ( self , parser ): """ Entry point for subclassed commands to add custom arguments. " ... red : # Ignore if connections aren't setup at this point (e.g. no # configured settings). pass [ドキュメント ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 6589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e no more than %(max)s digit before the decimal " "point." , "Ensure that there are no more than %(max)s di ... gits before the decimal " "point." , "max" , ), } def __init__ ( self , max_digits ... len(digit_tuple) leading zeros after the # decimal point. if abs ( exponent ) > len ( digit_tuple ): digits ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e them and then use git rebase --continue . At any point you can use git rebase --abort to return to the or ... y the changes from the pull request to it. At this point you can run the tests or do anything else you need ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT