検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for ticket (0.025 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 13254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » Triaging tickets ¶ Django uses Trac for managing the work on the c ... rely on the community to keep participating, keep tickets as accurate as possible, and raise issues for dis ... y, not all bug reports and feature requests in the ticket tracker provide all the required details . A numbe ... r of tickets have patches, but those patches don't meet all th ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 12550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patch is using GitHub pull requests without a Trac ticket. See the Working with Git and GitHub for more deta ... ils on how to use pull requests. "Claiming" tickets ¶ In an open-source project with hundreds of cont ... . Hence, our policy is for contributors to "claim" tickets in order to let other developers know that a part ... ng your GitHub account or create an account in our ticket system. If you have an account but have forgotten ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 10791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itHub pull request containing the changes for Trac ticket #xxxxx. By creating a fully-ready pull request, yo ... ithub . com / akaariai / django . git Working on a ticket ¶ When working on a ticket, create a new branch fo ... base that work on upstream/main : git checkout - b ticket_xxxxx upstream / main The -b flag creates a new br ... on the 1.4 branch, you would do: git checkout - b ticket_xxxxx_1_4 upstream / stable / 1.4 . x Assume the w ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
コードのコミット — Django 4.0.6 ドキュメント 9517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 要があることがあるためです。 If your commit closes a ticket in the Django ticket tracker , begin your commit m ... "Fixed #xxxxx", where "xxxxx" is the number of the ticket your commit fixes. Example: "Fixed #123 -- Added w ... hat format will automatically close the referenced ticket and post a comment to it with the full commit mess ... t the Trac plugin will not close the same numbered ticket in Trac. If your commit references a ticket in the ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 9467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecurity policies を見てください。 そうでなければ、 ticket tracker にバグ報告や新機能提案をする前に、以下のこ ... とを検討してください: ticket tracker で、 searching または custom queries を動か ... クエストをファイルしていないことを確認してください。 ticketシステムをサポート問い合わせに使用しないでください。 ... に相談せずに reopen しないでください。 Don't use the ticket tracker for lengthy discussions, because they're l ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 9434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to discover Django's development process. Triage tickets If an unreviewed ticket reports a bug, try and re ... e a note that you confirmed the bug and accept the ticket. Make sure the ticket is filed under the correct c ... See more at How can I help with triaging? Look for tickets that are accepted and review patches to build fam ... es, including several that are useful for triaging tickets and reviewing patches as suggested above. Sign th ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 7875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... truncated stream, just feed more # data to parser (ticket #19457). if e . args [ 0 ] . startswith ( "Error - ... expected. Skip and feed more data to the # parser (ticket #24544). pass except RuntimeError : # e.g. "Runtim ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 7875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用に新しいブランチを作ります。   $ git checkout -b ticket_99999 ...\> git checkout -b ticket_99999 ブランチ名 ... は好きな名前で構いません。"ticket_99999" は一例です。新しいブランチ内で行ったすべての ... 99 に対するテストの実装 ¶ In order to resolve this ticket, we'll add a make_toast() function to the django.s ... フォークに送りましょう (ブランチ名を変えた場合には "ticket_99999" の部分を置き換えてください)。   $ git pus ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a diff against the current Git main branch. Open a ticket in Django's ticket system, set its Component field ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7708
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es such as "Tests that" or "Ensures that". Reserve ticket references for obscure issues where the ticket has ... y described in docstrings or comments. Include the ticket number at the end of a sentence like this: def tes ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
PREV 1 2 3 NEXT