検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 257 for all (0.129 sec.)
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from Django 1.0.1. As such, this release contains all of the fixes and improvements from Django 1.0.1; s ... he Django 1.0.1 release notes for details. Additionally, in the period since Django 1.0.1 was released: U ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arsing in Django 1.3.3 and Django 1.4.1 -- specifically, django.http.HttpRequest.get_host() -- was incorr ... being modified; Host headers which contain potentially dangerous content (such as username/password pair ... piciousOperation . Details of this issue were initially posted online as a security advisory . Backwards ... ctor arguments have been adapted to match those of all other model fields. The first two keyword argument ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s versions of Django it was possible to bypass the ALLOWED_INCLUDE_ROOTS setting used for security with t ... ifying a relative path that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = ... pickle . While JSON serialization does not support all Python objects like pickle does, we highly recomme ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 2.2.26 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad evaluating submitted password that were artificially large in relative to the comparison values. On th ... ion logic, the dictsort template filter was potentially vulnerable to information disclosure or unintende ... d method calls, if passed a suitably crafted key. In order to av ... with a restricted resolution logic, that will not call methods, nor allow indexing on dictionaries. As a ...
https://man.plustar.jp/django/releases/2.2.26.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #31584 ). Fixed a regression in Django 3.0 where all resolved Subquery() expressions were considered eq ... ading for apps providing translations for territorial language variants as well as a generic language, wh ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 3.2.11 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad evaluating submitted password that were artificially large in relative to the comparison values. On th ... ion logic, the dictsort template filter was potentially vulnerable to information disclosure or unintende ... d method calls, if passed a suitably crafted key. In order to av ... with a restricted resolution logic, that will not call methods, nor allow indexing on dictionaries. As a ...
https://man.plustar.jp/django/releases/3.2.11.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates ... pv46_address() didn't prohibit leading zeros in octal literals. If you used such values you could suffer ... es ¶ Fixed a bug in Django 3.2 where a final catch-all view in the admin didn't respect the server-provid ... ettings while the Windows colorama library was installed ( #32740 ). Fixed a bug in Django 3.2 that would ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n when the DEBUG setting is False , and it ensures all context variables are correctly escaped when the D ... a bug in Django 4.0 where TestCase.captureOnCommitCallbacks() could execute callbacks multiple times ( #3 ... o 4.0 where help_text was HTML-escaped in automatically-generated forms ( #33419 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... een rolled back safely when handle_exception() is called, so the exception handler can also operate on th ... らず、データベースに依存します。 You may need to manually revert model state when rolling back a transactio ... lead to an inconsistent model state unless you manually restore the original field values. For example, g ... r transactions as short as possible. This is especially important if you're using atomic() in long-runnin ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ただのPythonモジュールです。 設定例を幾つか示します: ALLOWED_HOSTS = [ 'www.example.com' ] DEBUG = False DE ... example.com' 注釈 もし DEBUG を False にした場合、 ALLOWED_HOSTS も設定する必要があります。 設定ファイルは ... your web server's user can read it. This is especially important in a shared-hosting environment. 利用可 ... but follow these guidelines: Setting names must be all uppercase. 既存の設定の再発明はやめましょう。 設定 ...
https://man.plustar.jp/django/topics/settings.html - [similar]