検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for feature (0.003 sec.)
Submitting patches — Django 4.0.6 ドキュメント 13620
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... let other developers know that a particular bug or feature is being worked on. If you have identified a contr ... be working on this ticket. Either find another bug/feature to work on, or contact the developer working on th ... ments: The code required to fix a problem or add a feature is an essential part of a patch, but it is not the ... ed. If the code associated with a patch adds a new feature, or modifies behavior of an existing feature, the ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
GDAL API — Django 4.0.6 ドキュメント 10907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... functionality. A subset of GDAL is the OGR Simple Features Library, which specializes in reading and writing ... vector spatial data and minimal support for GDAL's features with respect to raster (image) data. 注釈 Althoug ... some of the capabilities of OGR and GDAL's raster features at this time. オーバービュー ¶ Sample Data ¶ The ... a Layer object, contains some number of geographic features ( Feature ), information about the type of featur ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 10668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e're always trying to make Django better, and your feature requests are a key part of that. Here are some tip ... to make a request most effectively: Make sure the feature actually requires changes in Django's core. If you ... ider it for inclusion in Django. First request the feature on the django-developers list, not in the ticket t ... list. This is even more important for large-scale feature requests. We like to discuss any big changes to Dj ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 9347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be removed. It's not a pure form of SemVer as each feature release will continue to have a few documented bac ... licy of keeping deprecation shims for at least two feature releases. Read on to the next section for an examp ... s added in Y.0 and Y.1. See also the Deprecating a feature guide. サポートバージョン ¶ Django の開発チームは、 ... 。 The current development branch main will get new features and bug fixes requiring non-trivial refactoring. ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 9263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ended garden of the bugs people have found and the features people would like to see added. As in any garden, ... workflow ¶ Unfortunately, not all bug reports and feature requests in the ticket tracker provide all the req ... ether the ticket contained a valid issue, a viable feature, or ought to be closed for any of the various reas ... e true for the case of accepted bugs than accepted features. A ticket for a bug that has been accepted means ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 9263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... targeting Django 1.1. For full details on the new features, backwards incompatibilities, and deprecated feat ... and manipulates cookie values client-side. One new feature ¶ Ordinarily, a point release would not include ne ... w features, but in the case of Django 1.1.2, we have made an ... (the next major release of Django) will contain a feature that will improve protection against Cross-Site Re ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 9192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mple polygon shapefile, test_poly.shp , with three features): >>> from django.contrib.gis.gdal import DataSou ... >>> print ( len ( layer )) # getting the number of features in the layer (should be 3) 3 >>> print ( layer . ... % self . name Use LayerMapping to extract all the features and place them in the database: >>> from django.c ... alues correspond to string field names for the OGR feature, or if the model field is a geographic then it sho ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 9192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... targeting Django 1.2. For full details on the new features, backwards incompatibilities, and deprecated feat ... ranch, see the Django 1.2 リリースノート . One new feature ¶ Ordinarily, a point release would not include ne ... w features, but in the case of Django 1.2.2, we have made an ... rt of the 1.2.2 release, it was necessary to add a feature -- the enforce_csrf_checks flag -- to the test cli ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eb applications, like location-based services. Its features include: Django model fields for OGC geometries a ... Layer name: TM_WORLD_BORDERS-0.3 Geometry: Polygon Feature Count: 246 Extent: (-180.000000, -90.000000) - (18 ... Layer name: TM_WORLD_BORDERS-0.3 Geometry: Polygon Feature Count: 246 Extent: (-180.000000, -90.000000) - (18 ... etailed summary information tells us the number of features in the layer (246), the geographic bounds of the ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 8771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ースノート ¶ June 1, 2017 Django 1.11.2 adds a minor feature and fixes several bugs in 1.11.1. Also, the latest ... ranslations from Transifex are incorporated. Minor feature ¶ The new LiveServerTestCase.port attribute reallo ... #28242 ). 目次 Django 1.11.2 リリースノート Minor feature Bugfixes 前のトピックへ Django 1.11.3 リリースノー ... d , crash , from , when , detection , regression , feature , Minor , file , validation クイック検索 Last upda ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT