検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 93 for Point (0.064 sec.)
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6470
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arbitrary lookups. One new feature ¶ Ordinarily, a point release would not include new features, but in the ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6470
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty issues in 1.4.13. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL rev ... ery slow simply by uploading 0-byte files. At this point, even a slow network connection and few HTTP reque ... 1.4.14 release notes reverse() could generate URLs pointing to other hosts File upload denial-of-service Re ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6470
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity issues in 1.5.8. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL rev ... ery slow simply by uploading 0-byte files. At this point, even a slow network connection and few HTTP reque ... 1.5.9 release notes reverse() could generate URLs pointing to other hosts File upload denial-of-service Re ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e instructions up-to-date if you make changes! The point here is to be descriptive, not prescriptive, so fe ... le in docs/conf.py on the stable release branch to point to the new development version. For example, when ... ) and following the instructions in it. For bonus points, they can also unpack the downloaded release tarb ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 6404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld classes ¶ GeometryField ¶ class GeometryField ¶ PointField ¶ class PointField ¶ LineStringField ¶ class ... ngField ¶ PolygonField ¶ class PolygonField ¶ MultiPointField ¶ class MultiPointField ¶ MultiLineStringFiel ... gis import forms class MyGeoForm ( forms . Form ): point = forms . PointField ( widget = forms . OSMWidget ... ts srid geom_type Form field classes GeometryField PointField LineStringField PolygonField MultiPointField ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aints created with the NOT VALID option at a later point of time, use the ValidateConstraint operation. See ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6404
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 方法を使うことになるでしょう: {% translate "starting point" as start %} {% translate "end point" as end %} {% ... /django.po ) if available and use it as a starting point, which is an empty translation file. Windows で動作 ... ngo considers it to be a safe URL (i.e. it doesn't point to a different host and uses a safe scheme), a red ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 6338
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for many common file storage APIs. A good starting point is the overview at djangopackages.org . さらに学ぶ ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 6338
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ut will create a new file and update the object to point to it. If save is True , the model's save() method ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6338
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t field or expression and returns the Unicode code point value for the first character of that expression. ... > author = Author . objects . annotate ( name_code_point = Ord ( 'name' )) . get () >>> print ( author . na ... me_code_point ) 77 Repeat ¶ class Repeat ( expression , number , ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT