検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for commits (0.003 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 12979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mail field, as this will be used to associate your commits with your GitHub account. Setting up local reposit ... use their clone would become corrupt when you edit commits. There are also "public branches". These are branc ... pull request at GitHub. A good pull request means: commits with one logical change in each, following the cod ... g branches ¶ In the example above, you created two commits, the "Fixed ticket_xxxxx" commit and "Added two mo ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
コードのコミット — Django 4.0.6 ドキュメント 11942
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rebase -i and git commit --amend to make sure the commits have the expected level of quality. Once you're re ... pull request doesn't need to be merged as multiple commits, you can use GitHub's "Squash and merge" button on ... le as possible: If a patch contains back-and-forth commits, then rewrite those into one. For example, if a co ... istic issues introduced in the first commit, those commits should be squashed before merging. Separate change ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 8509
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Attempting to commit, roll back, or change the autocommit state of the database connection within an atomic b ... back to the savepoint when exiting an inner block; commits or rolls back the transaction when exiting the out ... ngo won't enable autocommit, and won't perform any commits. You'll get the regular behavior of the underlying ... nsaction, but only if the transaction successfully commits. Examples might include a Celery task, an email no ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kout HEAD~100 to checkout an earlier revision (100 commits earlier, in this case). Check if the test fails. I ... ically checkout revisions between the good and bad commits until it finds the first "bad" commit where the te ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lso be fixed on the bugfix branch; this means that commits need to cleanly separate bug fixes from feature ad ... ditions. The developer who commits a fix to main will be responsible for also applyin ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 7991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リクエストの取り扱い コミットガイドライン Reverting commits Join the Django community ❤️ ¶ We're passionate ab ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 7937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ef get_autocommit ( using = None ): """Get the autocommit status of the connection.""" return get_connection ... mmit ( autocommit , using = None ): """Set the autocommit status of the connection.""" return get_connection ... a transaction is already in progress, and __exit__ commits the transaction or releases the savepoint on norma ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ This revision represents over a thousand source commits and over four hundred bug fixes, so we can't possi ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot ! Since Django 0.96, we've made over 4,000 code commits, fixed more than 2,000 bugs, and edited, added, or ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7883
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite a bit: since Django 1.0, we've made 1,290 code commits, fixed 1,206 bugs, and added roughly 10,000 lines ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 NEXT