検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 152 for utils (0.054 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... これらの API はこの時点で削除されます。 django.test.utils.str_prefix() - Strings don't have 'u' prefixes in ... Python 3. django.test.utils.patch_logger() - Use unittest.TestCase.assertLogs( ... ) instead. django.utils.lru_cache.lru_cache() - Alias of functools.lru_cac ... he() . django.utils.decorators.available_attrs() - This function retur ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... herits Python's defaults. It's available as django.utils.log.DEFAULT_LOGGING and defined in django/utils/lo ... ters' : { 'require_debug_false' : { '()' : 'django.utils.log.RequireDebugFalse' , }, 'require_debug_true' : ... { '()' : 'django.utils.log.RequireDebugTrue' , }, }, 'formatters' : { 'dj ... ango.server' : { '()' : 'django.utils.log.ServerFormatter' , 'format' : '[ {server_time} ...
https://man.plustar.jp/django/ref/logging.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... attribute to your Feed class, like so: from django.utils.feedgenerator import Atom1Feed class MyFeed ( Feed ... stance. Currently available feed types are: django.utils.feedgenerator.Rss201rev2Feed (RSS 2.01. Default.) ... django.utils.feedgenerator.RssUserland091Feed (RSS 0.91.) djang ... o.utils.feedgenerator.Atom1Feed (Atom 1.0.) Enclosures ¶ T ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The new serialized_aliases argument of django.test.utils.setup_databases() determines which DATABASES alias ... test --tag . The undocumented django.contrib.admin.utils.lookup_needs_distinct() function is renamed to loo ... stant is moved from django.template.base to django.utils.translation.template . The real_apps argument of t ... details. As part of the move to zoneinfo , django.utils.timezone.utc is changed to alias datetime.timezone ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d None as the corresponding Python objects. django.utils.timezone provides a helper for converting aware da ... As explained below , Django 1.5 deprecates django.utils.simplejson in favor of Python 2.6's built-in json ... -related features in Django 1.4 always used django.utils.simplejson . This module was actually: A system ve ... available as a standard Python function at django.utils.text.slugify() . Similarly, remove_tags is availab ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.11.19 リリースノート — Django 4.0.6 ドキュメント 6895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .11.18. CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() ¶ If django.utils.numberform ... スノート CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() 前のトピックへ Django 1.11.2 ... ngo 1.11.18 リリースノート 関連キーワード format , utils , numberformat , Memory , large , exhaustion , dig ...
https://man.plustar.jp/django/releases/1.11.19.html - [similar]
Django 2.0.11 リリースノート — Django 4.0.6 ドキュメント 6895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2.0.10. CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() ¶ If django.utils.numberform ... スノート CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() 前のトピックへ Django 2.0.12 ... ango 2.0.10 リリースノート 関連キーワード format , utils , numberformat , Memory , large , exhaustion , dig ...
https://man.plustar.jp/django/releases/2.0.11.html - [similar]
Django 2.1.6 リリースノート — Django 4.0.6 ドキュメント 6813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2.1.5. CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() ¶ If django.utils.numberform ... スノート CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format() Bugfixes 前のトピックへ Djan ... リースノート 関連キーワード format , numberformat , utils , large , Bugfixes , exhaustion , Memory , digits ...
https://man.plustar.jp/django/releases/2.1.6.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 6766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.utils.translation のソースコード """ Internationalizatio ... from decimal import ROUND_UP , Decimal from django.utils.autoreload import autoreload_started , file_change ... d from django.utils.functional import lazy from django.utils.regex_hel ... port settings if settings . USE_I18N : from django.utils.translation import trans_real as trans from django ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 6627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.utils.log のソースコード import logging import logging.c ... re.management.color import color_style from django.utils.module_loading import import_string request_logger ... ters" : { "require_debug_false" : { "()" : "django.utils.log.RequireDebugFalse" , }, "require_debug_true" : ... { "()" : "django.utils.log.RequireDebugTrue" , }, }, "formatters" : { "dj ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT