diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-27 16:55:26 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-27 16:55:26 +0000 |
| commit | 16bdaa7acb69e3b48cdd483445ab1c884df072ad (patch) | |
| tree | 0b13ee7d2fa822f8a00c777cfef6cac38498a24e /docs/faq.txt | |
| parent | e433e07a8d50e71c885bcbb58933efd3a992bcc4 (diff) | |
Added FAQ question 'I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
| -rw-r--r-- | docs/faq.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt index 1f4f7bcce3..b9fc282000 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -619,3 +619,21 @@ To create a user, you'll have to use the Python API. See `creating users`_ for full info. .. _creating users: http://www.djangoproject.com/documentation/authentication/#creating-users + +Contributing code +================= + +I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch? +-------------------------------------------------------------------------------------------- + +Don't worry: We're not ignoring you! + +It's important to understand there is a difference between "a ticket is being +ignored" and "a ticket has not been attended to yet." Django's ticket system +contains hundreds of open tickets, of various degrees of impact on end-user +functionality, and Django's developers have to review and prioritize. + +Besides, if your feature request stands no chance of inclusion in Django, we +won't ignore it -- we'll just close the ticket. So if your ticket is still +open, it doesn't mean we're ignoring you; it just means we haven't had time to +look at it yet. |
