検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 35 for commit (0.008 sec.)
コードのコミット — Django 4.0.6 ドキュメント 13175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and to anyone interested in knowing how code gets committed into Django. If you're a community member who w ... es are provided in the form of pull requests. When committing a pull request, make sure each individual comm ... it matches the commit guidelines described below. Contributors are expec ... ergers - who will likely be more familiar with the commit guidelines - may decide to bring a commit up to st ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 12380
" + 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 reposi ... on the ticket_xxxxx branch. Make some changes and commit them: git commit When writing the commit message, ... follow the commit message guidelines to ease the work of the merger. ... glish, try at least to describe precisely what the commit does. If you need to do additional work on your br ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 12109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omic block, ensuring that any database changes are committed when the block is exited without errors. This i ... viewfunc ( request ): # This code executes in autocommit mode (Django's default). do_stuff () with transact ... tomicity, atomic disables some APIs. Attempting to commit, roll back, or change the autocommit state of the ... back to the savepoint when exiting an inner block; commits or rolls back the transaction when exiting the ou ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 10629
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n connections [ using ] [ドキュメント] def get_autocommit ( using = None ): """Get the autocommit status of ... tion.""" return get_connection ( using ) . get_autocommit () [ドキュメント] def set_autocommit ( autocommit ... , using = None ): """Set the autocommit status of the connection.""" return get_connection ... ( using ) . set_autocommit ( autocommit ) [ドキュメント] def commit ( using = ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Coding style — Django 4.0.6 ドキュメント 9690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rds when writing code for inclusion in Django. Pre-commit checks ¶ pre-commit is a framework for managing pr ... e-commit hooks. These hooks help to identify simple issues ... before committing code for review. By checking for these issues ... ber of CI runs. To use the tool, first install pre-commit and then the git hooks:   $ python -m pip instal ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 8370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e other mergers to make sure they don't have any uncommitted changes for the release. Proofread the release ... thon scripts/manage_translations.py fetch and then commit the changed/added files (both .po and .mo). Someti ... ild/man/django-admin.1 man/django-admin.1 and then commit the changed man page. If this is the alpha release ... hese patches as necessary to make each one a plain commit on the release branch rather than a merge commit. ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 8099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェットを使用します。 この save() には、省略可能な commit キーワード引数があり、 True ないし False を取ります ... 。 save() を commit=False で呼び出した場合、データベースにまだ保存され ... 別な モデル保存オプション を使いたい場合に有用です。 commit はデフォルトでは True です。 commit=False を使う際 ... フォームを save するときにモデルに多対多の関係があり commit=False を指定した場合、Django は多対多の関係に対して ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 7829
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot two roles in this diagram: Mergers: people with commit access who are responsible for making the final de ... patch and found to meet all the requirements for a commit-ready patch. A merger now needs to give the patch ... a final review prior to being committed. There are a lot of pull requests. It can take ... . An extremely helpful piece of information is the commit that introduced the regression. Knowing the commit ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ack the relevant discussions after your patch gets committed, and the tickets get closed. If the code associ ... ews of "Ready for checkin" tickets and will either commit the patch or bump it back to "Accepted" if further ... flake8 , or isort errors? You can install the pre-commit hooks to automatically catch these errors. If the ... ll tickets ¶ Is the pull request a single squashed commit with a message that follows our commit message for ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text managers. For example: with transaction . autocommit (): # ... Configurable delete-cascade ¶ ForeignKey ... ludes the words that you want to prohibit (see the commit that implemented this change if you want to see th ... nsactions -- that is, anything but the default autocommit mode -- it is important when a transaction is mark ... ed as "dirty". Dirty transactions are committed by the commit_on_success decorator or the djang ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 NEXT