検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 152 for utils (0.094 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 5159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... To access this library, Django provides the django.utils.unittest module alias. If you are using Python 2.7 ... e advantage of this alias, simply use: from django.utils import unittest wherever you would have historical ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionally, Django's vendored version of six, django.utils.six has been upgraded to the latest release (1.6.1 ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al security issues and bugs in 1.8.2. Also, django.utils.deprecation.RemovedInDjango20Warning was renamed t ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogging import threading import weakref from django.utils.inspect import func_accepts_kwargs logger = loggin ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Django 1.4 documentation 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zone.now() を使用 # してください。 >>> from django.utils import timezone >>> p = Poll ( question = "What's ... ドを追加してみましょう: import datetime from django.utils import timezone # ... class Poll ( models . Model ... edelta ( days = 1 ) import datetime と from django.utils import timezone で Python の 標準モジュール dateti ... と Django のタイムゾーン関連ユーティリティの django.utils.timezone を参照していることに注意してください。もし ...
https://man.plustar.jp/django/contents.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alizable である引数を持つ限り、これのために django.utils.deconstruct.deconstructible クラスデコレータを使う ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... my_app namespace (including my_app.views , my_app.utils , and so on): LOGGING = { [ ... ] 'loggers' : { 'm ...
https://man.plustar.jp/django/howto/logging.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntrib.flatpages.models import FlatPage from django.utils.translation import gettext_lazy as _ # Define a ne ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... them in the database: >>> from django.contrib.gis.utils import LayerMapping >>> from geoapp.models import ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> from datetime import timedelta >>> from django.utils import timezone >>> one_day_ago = timezone . now ( ... >>> from datetime import timedelta >>> from django.utils import timezone >>> one_day_ago = timezone . now ( ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT