検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 152 for utils (0.034 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 10971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t setting will be removed. The undocumented django.utils.baseconv module will be removed. The undocumented ... django.utils.datetime_safe module will be removed. The default ... will be removed from: QuerySet.datetimes() django.utils.timezone.make_aware() django.db.models.functions.T ... se notes for more details on these changes. django.utils.http.urlquote() , urlquote_plus() , urlunquote() , ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
索引 — Django 4.0.6 ドキュメント 10831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion_counter (ModelAdmin の属性) activate() (django.utils.timezone モジュール) (django.utils.translation モジ ... ages モジュール) add_never_cache_headers() (django.utils.cache モジュール) add_post_render_callback() (Simp ... dslashes template filter AdminEmailHandler (django.utils.log のクラス) AdminPasswordChangeForm (django.cont ... unctions のクラス) async_only_middleware() (django.utils.decorators モジュール) async_to_sync() (asgiref.sy ...
https://man.plustar.jp/django/genindex.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 10610
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » Django Utils ¶ This document covers all stable modules in djang ... o.utils . Most of the modules in django.utils are designed ... r the internal release deprecation policy . django.utils.cache ¶ This module contains helper functions for ... e list of headers to use for the cache key. django.utils.dateparse ¶ The functions defined in this module s ...
https://man.plustar.jp/django/ref/utils.html - [similar]
概要: モジュールコード — Django 4.0.6 ドキュメント 10563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.core.validators django.db.transaction django.db.utils django.dispatch.dispatcher django.middleware.click ... jacking django.utils.decorators django.utils.encoding django.utils.func ... tional django.utils.html django.utils.http django.utils.log django.uti ... ls.module_loading django.utils.safestring django.utils.text django.utils.translat ...
https://man.plustar.jp/django/_modules/index.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 10074
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o models in the GeoJSON format. django.contrib.gis.utils GeoDjango's collection of utilities. django.contri ... b.gis.utils.layermapping Spatial data import utility for GeoDj ... ango models. django.contrib.gis.utils.ogrinspect Utilities for inspecting OGR data sourc ... t.signals Signals sent during testing. django.test.utils Helpers to write custom test runners. u django.url ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 9410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... details such as creating instances of django.forms.utils.ErrorList or dealing with Form.cleaned_data . This ... dded to Form.errors . Form.errors and django.forms.utils.ErrorList now store the ValidationError instances ... res above, specifically Form.errors , django.forms.utils.ErrorList , and the internal storages of Validatio ... ields will clash. See 多重継承 for details. django.utils.translation.parse_accept_lang_header() now returns ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 8292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 019-14232: Denial-of-service possibility in django.utils.text.Truncator ¶ If django.utils.text.Truncator 's ... the behavior of the underlying HTMLParser , django.utils.html.strip_tags() would be extremely slow to evalu ... without escaping it first, for example with django.utils.html.escape() . CVE-2019-14234: SQL injection poss ... -2019-14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 8292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 019-14232: Denial-of-service possibility in django.utils.text.Truncator ¶ If django.utils.text.Truncator 's ... the behavior of the underlying HTMLParser , django.utils.html.strip_tags() would be extremely slow to evalu ... without escaping it first, for example with django.utils.html.escape() . CVE-2019-14234: SQL injection poss ... -2019-14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 8059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 019-14232: Denial-of-service possibility in django.utils.text.Truncator ¶ If django.utils.text.Truncator 's ... the behavior of the underlying HTMLParser , django.utils.html.strip_tags() would be extremely slow to evalu ... without escaping it first, for example with django.utils.html.escape() . CVE-2019-14234: SQL injection poss ... -2019-14235: Potential memory exhaustion in django.utils.encoding.uri_to_iri() ¶ If passed certain inputs, ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 8059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : from django.http import HttpResponse from django.utils.translation import gettext as _ def my_view ( requ ... : from django.http import HttpResponse from django.utils.translation import gettext def my_view ( request ) ... として文字列をマークする ¶ Use the function django.utils.translation.gettext_noop() to mark a string as a t ... 要があるからです。 複数形 ¶ Use the function django.utils.translation.ngettext() to specify pluralized messa ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT