検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 312 for USE (0.180 sec.)
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quoted to fix the issue for custom templates that use the path. Bugfixes ¶ Fixed compatibility with mysq ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.4.0, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized s ... e Object.prototype . The bundled version of jQuery used by the Django admin has been patched to allow for ... the select2 library's use of jQuery.extend() . 目次 Django 2.1.9 リリースノー ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
Django 2.2.24 release notes — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tory traversal via admindocs ¶ Staff members could use the admindocs TemplateDetailView view to check the ... t prohibit leading zeros in octal literals. If you used such values you could suffer from indeterminate S ...
https://man.plustar.jp/django/releases/2.2.24.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... submitting a suitably crafted email address making use of Unicode characters, that compared equal to an e ... xisting user email when lower-cased for comparison, an attacke ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tory traversal via admindocs ¶ Staff members could use the admindocs TemplateDetailView view to check the ... t prohibit leading zeros in octal literals. If you used such values you could suffer from indeterminate S ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, an improvement in a program's speed might cause it to use more memory. Even worse, it can be self- ... t on the internals of your code, but can provide a useful insight into your site's overall performance, i ... Python is an excellent language to work with, because solutions that look elegant and feel right usually ... "looks right" takes practice, but one of the most useful guidelines is: Work at the appropriate level ¶ ...
https://man.plustar.jp/django/topics/performance.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t data from untrusted sources. Sometimes it can be useful to pass data through an untrusted medium. Crypt ... and reading signed cookies, one of the most common uses of signing in web applications. 以下のような便利な ... enerating "recover my account" URLs for sending to users who have lost their password. Ensuring data stor ... d resource, for example a downloadable file that a user has paid for. SECRET_KEY を守る ¶ startproject に ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s method in # various cases. # Convert to list because __path__ may not support indexing. paths = list ( ... module that defines a single # AppConfig subclass, use it automatically. # To prevent this, an AppConfig ... ule . default_app_config except AttributeError : # Use the default app config class if we didn't find any ... xception. import_module ( entry ) # Check for obvious errors. (This check prevents duck typing, but # it ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント] class ImageFile ( File ): """ A mixin for use alongside django.core.files.base.File, which provi ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on is your source for all the details about how to use mod_wsgi. You'll probably want to start with the i ... alled apps). This is however not the case when you use any other server arrangement. You're responsible f ... 次のトピックへ How to authenticate against Django's user database from Apache 関連キーワード admin , 設定 ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]