summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-08-12 10:47:10 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-08-12 10:47:10 +0000
commit9aa81c54014701e496807208c3ee041203c326d1 (patch)
tree1d113301debb416dfc338dc9388627092d4b9c7e /docs
parent84bc65e13757d8cae2d4f92133d09c10fa4a249c (diff)
Fixed #4942 -- Added an explanation that we see tickets as they are filed, automatically. Based on a suggestion from Nicola Larosa.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index 61c368d32a..cce54fa485 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -67,6 +67,13 @@ particular:
likely to get lost. If a particular ticket is controversial, please move
discussion to `django-developers`_.
+ * **Don't** post to django-developers just to announce that you have filed
+ a bug report. All the tickets are mailed to another list
+ (`django-updates`_), which is tracked by developers and triagers, so we
+ see them as they are filed.
+
+.. _django-updates: http://groups.google.com/group/django-updates
+
Reporting security issues
=========================