検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 239 for example (0.135 sec.)
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your code to "unescape" the slashes one level. For example, this used to work: # Find text containing a singl ... is allows a much more natural use of URLconfs. For example, this URLconf: from django.conf.urls.defaults impo ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name/password information in the header. Thus, for example, the following Host header would be accepted by Dj ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLs prefixed with control characters such as %08//example.com as relative paths so redirection to an unsafe ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... curate, more resource-intensive). In the following example, the distance from the city of Hobart to every oth ... express the value in the units of your choice. For example, city.distance.mi is the distance value in miles a ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o be included in the LD_LIBRARY_PATH variable. For example, the user could place the following in their bash ... al/lib ) on a new line in ld.so.conf . This is one example of how to do so: $ sudo echo /usr/local/lib >> /et ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... QL Shell ( Start ‣ PostgreSQL X ‣ SQL Shell ). For example, to create a geodjango spatial database and user, ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng data, as it has no deserializer equivalent. For example, you cannot use loaddata to reload the output prod ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostgreSQL. There is no fundamental reason why (for example) a contrib.mysql module does not exist, except tha ... functions Aggregate functions for statistics Usage examples PostgreSQL specific database constraints Exclusio ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... でに一度データをクリーニングしているからです)。 For example, if you wanted to validate that the contents of a ... ntactForm の recipients フィールドが常に``" fred @ example . com "`` を含むようにしたいとします。これはフォー ... ta = self . cleaned_data [ 'recipients' ] if "fred@example.com" not in data : raise ValidationError ( "You ha ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the WSGI handler will be logged as an error. For example, when an HTTP Host header is included in a request ... u can override that specific logger following this example: 'handlers' : { 'null' : { 'class' : 'logging.Null ...
https://man.plustar.jp/django/ref/logging.html - [similar]