検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 211 for fixes (0.004 sec.)
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 16739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity with Django 1.0), but does contain a number of fixes and other improvements. Django 1.0.1 is a recommen ... eployment currently using or targeting Django 1.0. Fixes and improvements in Django 1.0.1 ¶ Django 1.0.1 co ... ntains over two hundred fixes to the original Django 1.0 codebase; full details ... nch , but here are some of the highlights: Several fixes in django.contrib.comments , pertaining to RSS fee ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 10045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elopment branch main will get new features and bug fixes requiring non-trivial refactoring. Patches applied ... current release series. The rule of thumb is that fixes will be backported to the last feature release for ... se in the first place (release blockers). Security fixes and data loss bugs will be applied to the current ... long-term support release branches. Documentation fixes generally will be more freely backported to the la ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Django 1.3.3 release notes — Django 4.0.6 ドキュメント 8702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.3.2 , we began receiving reports that one of the fixes applied was breaking Python 2.4 compatibility for ... thon version for that release series, this release fixes compatibility with Python 2.4. 前のトピックへ Djan ... 3.2 release notes 関連キーワード release , notes , fixes , トピック , previous , up , next , compatibility ...
https://man.plustar.jp/django/releases/1.3.3.html - [similar]
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 8576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y with Django 1.0.0), but does contain a number of fixes and other improvements. Django 1.0.2 is a recommen ... eployment currently using or targeting Django 1.0. Fixes and improvements in Django 1.0.2 ¶ The primary rea ... o 1.0.1. As such, this release contains all of the fixes and improvements from Django 1.0.1; see the Django ... 's documentation. 目次 Django 1.0.2 リリースノート Fixes and improvements in Django 1.0.2 前のトピックへ Dj ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
Django 2.2.19 release notes — Django 4.0.6 ドキュメント 8311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 19 release notes ¶ February 19, 2021 Django 2.2.19 fixes a security issue in 2.2.18. CVE-2021-23336: Web ca ... se_qsl() which was added to backport some security fixes. A further security fix has been issued recently s ... 関連キーワード release , notes , qsl , security , fixes , further , limited , utils , fix , next クイック検 ...
https://man.plustar.jp/django/releases/2.2.19.html - [similar]
Django 3.0.13 release notes — Django 4.0.6 ドキュメント 8311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 13 release notes ¶ February 19, 2021 Django 3.0.13 fixes a security issue in 3.0.12. CVE-2021-23336: Web ca ... se_qsl() which was added to backport some security fixes. A further security fix has been issued recently s ... 関連キーワード release , notes , qsl , security , fixes , further , limited , utils , fix , next クイック検 ...
https://man.plustar.jp/django/releases/3.0.13.html - [similar]
Django 1.5.1 release notes — Django 4.0.6 ドキュメント 8174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patible with Django 1.5, but includes a handful of fixes. The biggest fix is for a memory leak introduced i ... ssues. Django 1.5.1 also includes a couple smaller fixes: Module-level warnings emitted during tests are no ... , notes , memory , next , leak , fix , includes , fixes , up , トピック クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/1.5.1.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 7233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fix release for Django 1.6. In addition to the bug fixes listed below, translations submitted since the 1.6 ... release are also included. Bug fixes ¶ Fixed BCryptSHA256PasswordHasher with py-bcrypt ... lter (#21431). 目次 Django 1.6.1 release notes Bug fixes 前のトピックへ Django 1.6.2 release notes 次のトピ ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 6704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.7 release notes ¶ February 19, 2021 Django 3.1.7 fixes a security issue and a bug in 3.1.6. CVE-2021-2333 ... se_qsl() which was added to backport some security fixes. A further security fix has been issued recently s ... es this fix. See bpo-42967 for further details. Bugfixes ¶ Fixed a regression in Django 3.1 that caused Run ... oning via django.utils.http.limited_parse_qsl() Bugfixes 前のトピックへ Django 3.1.8 release notes 次のトピ ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le, if a commit adds some code and a second commit fixes stylistic issues introduced in the first commit, t ... tense. Good: "Fixed Unicode bug in RSS API." Bad: "Fixes Unicode bug in RSS API." Bad: "Fixing Unicode bug ... re "xxxxx" is the number of the ticket your commit fixes. Example: "Fixed #123 -- Added whizbang feature.". ... script on the wiki to automate this. If the commit fixes a regression, include this in the commit message: ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT