検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 91 for safe (0.081 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 5666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... athlib.Path . Error Reporting ¶ django.views.debug.SafeExceptionReporterFilter now filters sensitive value ... s from request.META in exception reports. The new SafeExceptionReporterFilter.cleansed_substitute and Saf ... t) limit. Values from 0 to 9223372036854775807 are safe in all databases supported by Django. The new REST ... TER_FILTER need to inherit from django.views.debug.SafeExceptionReporterFilter . The cache timeout set by ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... osts, in addition to request.get_host() , that are safe for redirecting after login. Defaults to an empty ... osts, in addition to request.get_host() , that are safe for redirecting after logout. Defaults to an empty ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt tag to the filenames of static files to make it safe for browsers to cache them long-term without missi ...
https://man.plustar.jp/django/topics/performance.html - [similar]
データベース — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tures to support and which assumptions we can make safely. This file describes some of the features that m ... ide the standard library. These drivers are thread-safe and provide connection pooling. In addition to a D ...
https://man.plustar.jp/django/ref/databases.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and is not part of the public API. However, it is safe (and fully supported) to pickle and unpickle the a ... ELECT col FROM sometable WHERE othercol = '%s' # unsafe ! You can read more about how Django's SQL injecti ... page has a side effect on your data. For more, see Safe methods in the HTTP spec. 警告 You can use get_or_ ... odels and calling save() on each of them, but it has a few caveats: You cannot update the model's primary ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... customize them without mutating self , which isn't safe when using different database backends. See the ar ... ger is bound to. The "escape" half of django.utils.safestring ¶ The mark_for_escaping() function and the c ... filters() method The "escape" half of django.utils.safestring Manager.use_for_related_fields and inheritan ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uces a new API, QuerySet.datetimes() . This requires a few changes in your code. QuerySet.dates() returns ... ou can temporarily disable auto-escaping with mark_safe() or {% autoescape off %} . CACHE_MIDDLEWARE_ANONY ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 参考 The Cache Framework design philosophy explains a few of the design decisions of the framework. Setti ... . This cache is per-process (see below) and thread-safe. To use it, set BACKEND to "django.core.cache.back ... ditionally, UpdateCacheMiddleware automatically sets a few headers in each HttpResponse which affect downs ... ou can cache any Python object that can be pickled safely: strings, dictionaries, lists of model objects, ...
https://man.plustar.jp/django/topics/cache.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _text %} < p class = "help" > {{ field.help_text | safe }} </ p > {% endif %} </ div > {% endfor %} {{ fie ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he local-memory cache backend is NOT multi-process safe, therefore probably not a good choice for producti ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT