検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 152 for utils (0.057 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... different configurations on the same page. django.utils.timezone.make_aware() 関数が is_dst 引数を取って、 ... turn them into naive datetimes in UTC: from django.utils import timezone param = timezone . make_naive ( pa ... aware. You can compensate as follows: from django.utils import timezone value = timezone . make_aware ( va ... be at least 8 characters. Private function django.utils.functional.total_ordering() has been removed. It c ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.utils.html のソースコード """HTML utilities suitable for ... te , urlencode , urlsplit , urlunsplit from django.utils.encoding import punycode from django.utils.functio ... t Promise , keep_lazy , keep_lazy_text from django.utils.http import RFC3986_GENDELIMS , RFC3986_SUBDELIMS ... from django.utils.regex_helper import _lazy_re_compile from django.u ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 2.2.19 release notes — Django 4.0.6 ドキュメント 6405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 18. CVE-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() ¶ Django contains a copy ... tes CVE-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() 前のトピックへ Django 2.2 ... tes , qsl , security , fixes , further , limited , utils , fix , next クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/2.2.19.html - [similar]
Django 3.0.13 release notes — Django 4.0.6 ドキュメント 6405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 12. CVE-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() ¶ Django contains a copy ... tes CVE-2021-23336: Web cache poisoning via django.utils.http.limited_parse_qsl() 前のトピックへ Django 3.0 ... tes , qsl , security , fixes , further , limited , utils , fix , next クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/3.0.13.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6359
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in your main Django project. ロギング ¶ The django.utils.log.AdminEmailHandler class now has a send_mail() ... aders and override_with_test_loader in django.test.utils were removed. Override TEMPLATES with override_set ... re generated (once) after migrating to 1.8. django.utils.translation.get_language() now returns None instea ... old name will still work until Django 1.10. django.utils.html.remove_tags() and removetags template filter ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules up django.db.utils のソースコード import pkgutil from importlib impor ... kwards compatibility with Django < 3.2 from django.utils.connection import ConnectionDoesNotExist # NOQA: F ... 401 from django.utils.connection import BaseConnectionHandler from djang ... o.utils.functional import cached_property from django.util ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.utils.http のソースコード import base64 import datetime ... binascii import Error as BinasciiError from email.utils import formatdate from urllib.parse import ( Parse ... e from urllib.parse import uses_params from django.utils.datastructures import MultiValueDict from django.u ... ed in seconds since the epoch, in UTC. """ # email.utils.parsedate() does the job for RFC1123 dates; unfort ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6231
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you examine an object and it claims to be a django.utils.functional.__proxy__ object, it is a lazy translat ... ts a bit easier. Conversion functions ¶ The django.utils.encoding module contains a few functions that are ... quoting and converting an IRI to a URI: The django.utils.encoding.iri_to_uri() function, which implements t ... >>> from urllib.parse import quote >>> from django.utils.encoding import iri_to_uri >>> quote ( 'Paris & Or ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on methods, you will need to manually apply django.utils.decorators.method_decorator() to convert the decor ... view ( self , request ): pass to this: from django.utils.decorators import method_decorator class MyClass ( ... iew ( self , request ): pass もしくは: from django.utils.decorators import method_decorator login_required_ ... immediately. Date format helper functions ¶ django.utils.translation.get_date_formats() and django.utils.tr ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ードでは、上の例は以下のようになります: from django.utils import timezone now = timezone . now () 警告 Deali ... DDLEWARE に追加します: import zoneinfo from django.utils import timezone class TimezoneMiddleware : def __i ... ことです。 これは段階的に行うことができます。 django.utils.timezone は、互換性のための便利なヘルパーをいくつ定 ... て、このエラーを再現してみましょう: >>> from django.utils import timezone >>> aware = timezone . now () >>> ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT