検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 189 for values (0.150 sec.)
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istance . STANDARD_UNIT # Getting the square units values and the alias dictionary. UNITS = { " %s%s " % ( A ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that can operate on MultiValueDict and non-string values. """ if isinstance ( query , MultiValueDict ): que ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g. Use assertIs(…, True/False) for testing boolean values, rather than assertTrue() and assertFalse() , so y ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rue) INSERT INTO "geoapp_zipcode" ("code", "poly") VALUES (78212, ST_Transform(ST_GeomFromWKB('\\001 ... ', ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... but unlike django.db.backends , not duration). The values have the same meaning as explained in django.db.ba ...
https://man.plustar.jp/django/ref/logging.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need to write a custom serializer (or convert such values to a JSON serializable object before storing them ... in request.session ). While serializing these values is often straightforward ( DjangoJSONEncoder may b ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of option names (e.g. '--verbosity' ). The default values for the suppressed options are still passed. メソッ ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and update the 3 failing hasher tests with the new values. Make sure this gets noted in the release notes (s ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 4591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tring used to parse the week number. The following values are supported: '%U' : Based on the United States w ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equal, up to a specified tolerance. The tolerance value should be a floating point number representing the ... >>> wkb_w . outdim = 3 # Tell writer to include Z values >>> wkb_w . write_hex ( pnt ) '0101000080000000000 ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]