検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 387 for This (0.152 sec.)
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 3834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d so considered URLs like \x08javascript:... safe. This issue doesn't affect Django currently, since we on ... ly put this URL into the Location response header and browsers ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
Django 1.7.11 release notes — Django 4.0.6 ドキュメント 3834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specify an unvalidated format for dates and passes this format to the date filter, e.g. {{ last_updated|da ... . e.g. "SECRET_KEY" instead of "j/m/Y" . To remedy this, the underlying function used by the date template ...
https://man.plustar.jp/django/releases/1.7.11.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 3834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... senting an exploitation vector for XSS attacks. In this vulnerability, every model attribute used in reado ... d even if that attribute is not marked as safe. In this release, autoescaping is now correctly applied. Bu ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 3834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s entering your data only existed if you are using this validator outside of the form fields. This issue w ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 3834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... url = '/thanks/' def form_valid ( self , form ): # This method is called when valid form data has been POS ... at saves the model automatically. You can override this if you have any special requirements; see below fo ... construct the template_name based on the model. In this example: CreateView and UpdateView use myapp/autho ... CreateView , you can use a custom ModelForm to do this. First, add the foreign key relation to the model: ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソースコード """ Clickjacking Protection Middleware. This module provides a middleware that implements prote ... the X_FRAME_OPTIONS setting, or 'DENY' if not set. This method can be overridden if needed, allowing it to ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate tag whilst at the same time overriding it. This can allow you to make small customizations without ... ment the entire template. For example, you can use this technique to add a custom logo to the admin/base_s ... is inherited unchanged from admin/base_site.html . This technique works because the template loader does n ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deferrable ¶ ExclusionConstraint. deferrable ¶ Set this parameter to create a deferrable exclusion constra ... covering exclusion constraint as non-key columns. This allows index-only scans to be used for queries tha ... ames of the PostgreSQL operator classes to use for this constraint. If you require a custom operator class ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... was imposed on the plaintext length of a password. This allowed a denial-of-service attack through submiss ... lting in the decorator not being properly applied. This usage has been fixed and sensitive_post_parameters ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 3817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y large passwords. In Django 1.5.5, we've reverted this change and instead improved the speed of our PBKDF ... y iteration. Properly rotate CSRF token on login ¶ This behavior introduced as a security hardening measur ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]