検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 481 for To (0.121 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... litiry) と API の安定性 ¶ This release is intended to provide a stable reference point for developers wa ... nting to work on production-level applications that use Dja ... -stability.txt file, which lives in the docs/ directory of the distribution. You may have a need to use ... some of the features that are marked as "subject to API change" in that document, but that's OK with u ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield () Spatial Field Types ¶ Spatial fields consist of a series of geometry field types and one raster ... type. Each of the geometry field types correspond to the OpenGIS Simple Features specification [1] . Th ... geometry fields. PointField ¶ class PointField ¶ Stores a Point . LineStringField ¶ class LineStringFie ... ld ¶ Stores a LineString . PolygonField ¶ class PolygonFiel ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.urls utility functions ¶ reverse() ¶ If you need to use something similar to the url template tag in y ... 'news-archive' ) you can use any of the following to reverse the URL: # using the named URL reverse ( ' ... }) '/admin/auth/' args and kwargs cannot be passed to reverse() at the same time. If no match can be mad ... atching against incoming URLs and sending them off to views, but you cannot reverse such patterns. The c ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in 1.6.5. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL reversing ... slashes), which could unexpectedly redirect a user to a different host. An attacker could exploit this, ... for example, by redirecting users to a phishing site designed to ask for user's passwor ... ds. To remedy this, URL reversing now ensures that no URL ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atially-aware, and places geometry fields in the auto-generated model definition, where appropriate. ogr ... 's a detailed example of using ogrinspect in the tutorial . --blank BLANK ¶ Use a comma separated list o ... f OGR field names to add the blank=True keyword option to the field def ... inition. Set with true to apply to all applicable fields. --decimal DECIMAL ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 1.2.5 is a recommended upgrade for any development or deployment currently using or targeting Django 1 ... a CSRF-protection mechanism, which makes use of a token inserted into outgoing forms. Middleware then c ... hecks for the token's presence on form submission, and validates it ... . Prior to Django 1.2.5, our CSRF protection made an exceptio ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クフレームワーク ¶ The system check framework is a set of static checks for validating Django projects. It ... detects common problems and provides hints for how to fix them. The framework is extensible so you can e ... For performance reasons, checks are not run as part of the WSGI stack that is used in deployment. If yo ... u need to run system checks on your deployment server, trigg ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... います。 大局的な概要 ¶ The Django source code repository uses Git to track changes to the code over time, ... ram called git ) on your computer, and you'll want to familiarize yourself with the basics of how Git wo ... st amounts of documentation . The Django Git repository is located online at github.com/django/django . ... leases, which you can browse online. The Git repository includes several branches : main contains the ma ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere have been dealt with in prior security updates to Django. In one case, we have received ongoing repo ... rts of problems, and in the other we've chosen to take further steps to tighten up Django's code in ... response to independent discovery of potential problems from m ... of poisoning the HTTP Host header, causing Django to generate URLs pointing to arbitrary, potentially-m ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 4777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssues in 1.4.12. Caches may incorrectly be allowed to store and serve private data ¶ In certain situatio ... ns, Django may allow caches to store private data related to a particular session ... and then serve that data to requests with a different session, or no session a ... t all. This can lead to information disclosure and can be a vector for cac ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT