mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #20524 - Described keywords in triaging contrib doc.
This commit is contained in:
parent
bd9fbd1497
commit
b0907d66a5
1 changed files with 5 additions and 1 deletions
|
@ -255,7 +255,11 @@ Keywords
|
|||
~~~~~~~~
|
||||
|
||||
With this field you may label a ticket with multiple keywords. This can be
|
||||
useful, for example, to group several tickets of a same theme.
|
||||
useful, for example, to group several tickets of a same theme. Keywords can
|
||||
either be comma or space separated. Keyword search finds the keyword string
|
||||
anywhere in the keywords. For example, clicking on a ticket with the keyword
|
||||
"form" will yield similar tickets tagged with keywords containing strings such
|
||||
as "formset", "modelformset", and "ManagementForm".
|
||||
|
||||
.. _closing-tickets:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue