検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 69 for fix (0.043 sec.)
Django 2.2.22 release notes — Django 4.0.6 ドキュメント 7183
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 2.2.22 release notes ¶ May 6, 2021 Django 2.2.22 fixes a security issue in 2.2.21. CVE-2021-32052: Head ... fields. This issue was introduced by the bpo-43882 fix. 目次 Django 2.2.22 release notes CVE-2021-32052: ...
https://man.plustar.jp/django/releases/2.2.22.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 7183
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 3.1.10 release notes ¶ May 6, 2021 Django 3.1.10 fixes a security issue in 3.1.9. CVE-2021-32052: Heade ... fields. This issue was introduced by the bpo-43882 fix. 目次 Django 3.1.10 release notes CVE-2021-32052: ...
https://man.plustar.jp/django/releases/3.1.10.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y are there for. If instead you were working for a fix on the 1.4 branch, you would do: git checkout - b ... n the example above, you created two commits, the "Fixed ticket_xxxxx" commit and "Added two more tests" ... nd will open an editor showing the two commits, prefixed with the word "pick". Change "pick" on the secon ... way you can change a single commit, for example to fix a typo in a docstring: git rebase - i HEAD ~ 3 # C ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Django 1.2.2 へようこそ! This is the second "bugfix" release in the Django 1.2 series, improving the s ... ibility with Django 1.2.1, but contain a number of fixes and other improvements. Django 1.2.2 is a recomm ... an exception to this rule. In order to test a bug fix that forms part of the 1.2.2 release, it was neces ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、1.9.6 にあったいくつかのバグを修正しました。 Bugfixes ¶ Removed the need for the request context proce ... ssor on the admin login page to fix a regression in 1.9 ( #26558 ). Fixed translation ... assword validators' help_text in forms ( #26544 ). Fixed a regression causing the cached template loader ... o crash when using lazy template names ( #26603 ). Fixed on_commit callbacks execution order when callbac ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1.5 リリースノート ¶ January 4, 2019 Django 2.1.5 fixes a security issue and several bugs in 2.1.4. CVE- ... the request_path context variable is now quoted to fix the issue for custom templates that use the path. ... Bugfixes ¶ Fixed compatibility with mysqlclient 1.3.14 ( ... #30013 ). Fixed a schema corruption issue on SQLite 3.26+. You m ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 16 release notes ¶ September 1, 2020 Django 2.2.16 fixes two security issues and two data loss bugs in 2. ... management command. You should review and manually fix permissions on existing intermediate-level directo ... er than 0o077 (no group or others permissions). Bugfixes ¶ Fixed a data loss possibility in the select_fo ... the corresponding model was not locked ( #31866 ). Fixed a data loss possibility, following a regression ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 10 release notes ¶ September 1, 2020 Django 3.0.10 fixes two security issues and two data loss bugs in 3. ... management command. You should review and manually fix permissions on existing intermediate-level directo ... er than 0o077 (no group or others permissions). Bugfixes ¶ Fixed a data loss possibility in the select_fo ... the corresponding model was not locked ( #31866 ). Fixed a data loss possibility, following a regression ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo 3.2.2 release notes ¶ May 6, 2021 Django 3.2.2 fixes a security issue and a bug in 3.2.1. CVE-2021-32 ... fields. This issue was introduced by the bpo-43882 fix. Bugfixes ¶ Prevented, following a regression in D ... tor accepted newlines in input on Python 3.9.5+ Bugfixes 前のトピックへ Django 3.2.3 release notes 次のト ... es , URLValidator , injection , Header , form , Bugfixes , from , tabs クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 6829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e sensitive details could be leaked. This issue is fixed with the caveat that AuthenticationForm can no l ... . This issue will be revisited for Django 2.1 as a fix to address the caveat will likely be too invasive ... for inclusion in older versions. Bugfixes ¶ Fixed incorrect foreign key nullification if a ... me model and a target model is deleted ( #29016 ). Fixed a regression where contrib.auth.authenticate() c ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT