検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 119 for work (0.031 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 16826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Working with Git and GitHub ¶ This section explains how ... make the reviewer's job easier, meaning that your work is more likely to be merged into Django. You could ... ed on GitHub , and it is recommended that you also work using GitHub. After installing Git, the first thin ... https : // github . com / akaariai / django . git Working on a ticket ¶ When working on a ticket, create ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 9682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to familiarize yourself with the basics of how Git works. Git's website offers downloads for various opera ... e/A.B.x are the branches where release preparation work happens. They are also used for bugfix and securit ... also exist under the archive/ prefix for archived work . The source code for the Djangoproject.com websit ... go module within your clone. If you're going to be working on Django's code (say, to fix a bug or develop ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 9334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation through timing difference on password hasher work factor upgrade ¶ In each major version of Django s ... lows hashers to bridge the runtime gap between the work factor (e.g. iterations) supplied in existing enco ... ded passwords and the default work factor of the hasher. This method is implemented f ... but some projects may subclass it and increase the work factor as needed. A warning will be emitted for an ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er who wants to contribute code to Django, look at Working with Git and GitHub instead. プルリクエストの取 ... corresponding pull request. At this point, you can work on the code. Use git rebase -i and git commit --am ... git rebase main $ git checkout main $ # Merge the work as "fast-forward" to main to avoid a merge commit. ... e main ...\> git checkout main ...\> REM Merge the work as "fast-forward" to main to avoid a merge commit. ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 8363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation through timing difference on password hasher work factor upgrade ¶ In each major version of Django s ... lows hashers to bridge the runtime gap between the work factor (e.g. iterations) supplied in existing enco ... ded passwords and the default work factor of the hasher. This method is implemented f ... but some projects may subclass it and increase the work factor as needed. A warning will be emitted for an ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 8189
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tually contain 131 bits of entropy. Increasing the work factor ¶ PBKDF2 and bcrypt ¶ The PBKDF2 and bcrypt ... using PBKDF2. 注釈 bcrypt rounds is a logarithmic work factor, e.g. 12 rounds means 2 ** 12 iterations. A ... scrypt has four attributes that can be customized: work_factor controls the number of iterations within th ... usage The minimum memory requirement of scrypt is: work_factor * 2 * block_size * 64 so you may need to tw ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 8102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ehensively. Get things right from the start ¶ Some work in optimization involves tackling performance shor ... tcomings, but some of the work can be built-in to what you'd do anyway, as part o ... In this respect Python is an excellent language to work with, because solutions that look elegant and feel ... ractice, but one of the most useful guidelines is: Work at the appropriate level ¶ Django offers many diff ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itHub pull requests without a Trac ticket. See the Working with Git and GitHub for more details on how to ... ortant to manage communication efficiently so that work doesn't get duplicated and contributors can be as ... ers know that a particular bug or feature is being worked on. If you have identified a contribution you wa ... ble to be claimed. Otherwise, somebody else may be working on this ticket. Either find another bug/feature ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 7666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can contribute in many ways, either on the framework itself or in the wider ecosystem. Work on the Djan ... go framework ¶ The work on Django itself falls into three major ... the documentation and keep it relevant as the framework evolves. See Writing documentation for more. Local ... ローカライズ to help translate Django. If you think working with Django is fun, wait until you start workin ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Request Forgery (CSRF). A new user "messages" framework with support for cookie- and session-based message ... the full notes below. The new CSRF protection framework is not backwards-compatible with the old system. U ... However, upgrading to the new CSRF protection framework requires a few important backwards-incompatible ch ... contrib.auth only apply to functions and no longer work on methods. There's a simple one-line fix detailed ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT