検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 239 for example (0.132 sec.)
Installing SpatiaLite — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l SpatiaLite from system packages or binaries. For example, on Debian-based distributions that package Spatia ... tialite in a location available in your PATH . For example: $ curl -O https://www.kyngchaos.com/files/softwar ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, 16 character digest in the constraint name; for example: ALTER TABLE myapp_sometable ADD CONSTRAINT object ... it, 8 character digest in the constraint name; for example: ALTER TABLE myapp_sometable ADD CONSTRAINT object ... igned to the file was available before saving. For example, it was available in a model's pre-save signal han ... d in the new F object; for full details, including examples, consult the F expressions documentation . Model ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifferent host. An attacker could exploit this, for example, by redirecting users to a phishing site designed ... the query string on an admin change form page. For example, requesting a URL like /admin/auth/user/?pop=1&t=p ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifferent host. An attacker could exploit this, for example, by redirecting users to a phishing site designed ... the query string on an admin change form page. For example, requesting a URL like /admin/auth/user/?pop=1&t=p ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es (handling of binary fields or HTTP streams, for example). You might have to update your code to limit byte ... ion may help detect that mistake in your code. For example, reverse() now uses str() instead of force_text() ... re no longer accepted as positional arguments. For example: forms . IntegerField ( 25 , 10 ) raises an except ... ATOR and THOUSAND_SEPARATOR during validation. For example, with the settings: USE_L10N = False USE_THOUSAND_ ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that the field value should be transformed to. For example, if the map widget SRID is different from the SRID ... same manner that for any other Django widget. For example: from django.contrib.gis import forms class MyGeoF ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifferent host. An attacker could exploit this, for example, by redirecting users to a phishing site designed ... the query string on an admin change form page. For example, requesting a URL like /admin/auth/user/?_popup=1& ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... request.get_host() が domain:port という形式 (例: example.com:80 ) の値を返す場合でもハンドリングできるように ... ther lookups (such as exact , gt , lt , etc.). For example: Entry.objects.filter(pub_date__month__gt=6) . Tim ... nclude the scheme and domain part of the URLs. For example, self.assertRedirects(response, 'http://testserver ... see some new logging to the runserver console, for example. If you are overriding Django's default logging, y ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eature usefully is probably best explained with an example. Suppose you have this pair of models, representin ... ( last_modified_func ) We could write the earlier example, which only uses a last-modified function, using o ... ntent before updating it. The important thing this example shows is that the same functions can be used to co ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... licy protections such as cross site scripting. For example, if your site runs on example.com , you would want ... MEDIA_URL setting) from something like usercontent-example.com . It's not sufficient to serve content from a ... subdomain like usercontent.example.com . Beyond this, applications may choose to defi ...
https://man.plustar.jp/django/topics/security.html - [similar]