検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 312 for use (0.133 sec.)
django.core.signing — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... restoring url-safe signed JSON objects. The format used looks like this: >>> signing.dumps("hello") 'Imhl ... e64 JSON. There are 65 url-safe characters: the 64 used by url-safe base64 and the ':'. These functions m ... ake use of all of them. """ import base64 import datetime ... NSerializer : """ Simple wrapper around json to be used in signing.dumps and signing.loads. """ def dumps ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quoted to fix the issue for custom templates that use the path. 目次 Django 1.11.18 リリースノート CVE-2 ...
https://man.plustar.jp/django/releases/1.11.18.html - [similar]
Django 1.8.14 リリースノート — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d/change related popup. Element.textContent is now used to prevent execution of the data. The debug view ... also used innerHTML . Although a security issue wasn't iden ... ut of an abundance of caution it's also updated to use textContent . Bugfixes ¶ Fixed missing varchar/tex ...
https://man.plustar.jp/django/releases/1.8.14.html - [similar]
Django 2.0.6 リリースノート — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regression that broke custom template filters that use decorators ( #29400 ). Fixed detection of custom U ... t added an unnecessary subquery to the GROUP BY clause on MySQL when using a RawSQL annotation ( #29416 ) ...
https://man.plustar.jp/django/releases/2.0.6.html - [similar]
Django 2.2.5 リリースノート — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... em check added in Django 2.2 for models to reallow use of the same db_table by multiple models when datab ...
https://man.plustar.jp/django/releases/2.2.5.html - [similar]
External packages — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion PyPI コメント ¶ django-contrib-comments can be used to attach comments to any model, so you can use i ... ies, photos, book chapters, or anything else. Most users will be better served with a custom solution, or ...
https://man.plustar.jp/django/topics/external-packages.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スクリプティング (XSS) の防御 ¶ XSS attacks allow a user to inject client side scripts into the browsers o ... f other users. This is usually achieved by storing the malicio ... where it will be retrieved and displayed to other users, or by getting users to click a link which will ... cause the attacker's JavaScript to be executed by the us ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not None : return response # Don't set it if they used @xframe_options_exempt if getattr ( response , "x ... t the value to set for the X_FRAME_OPTIONS header. Use the value from the X_FRAME_OPTIONS setting, or 'DE ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の? If your background is in plain old PHP (with no use of modern frameworks), you're probably used to put ... n code within your web server's document root, because it risks the possibility that people may be able t ... y for production. Now's a good time to note: don't use this server in anything resembling a production en ... vironment. It's intended only for use while developing. (We're in the business of making ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... です。 paginator_class ¶ The paginator class to be used for pagination. By default, django.core.paginator ... .Paginator is used. If the custom paginator class doesn't have the s ... ject_name ¶ Designates the name of the variable to use in the context. get_queryset () ¶ このビューのため ... = True ) ¶ Returns an instance of the paginator to use for this view. By default, instantiates an instanc ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]