Django

Code

Changeset 3459

Show
Ignore:
Timestamp:
07/27/06 11:55:26 (2 years ago)
Author:
adrian
Message:

Added FAQ question 'I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r3435 r3459  
    620620 
    621621.. _creating users: http://www.djangoproject.com/documentation/authentication/#creating-users 
     622 
     623Contributing code 
     624================= 
     625 
     626I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch? 
     627-------------------------------------------------------------------------------------------- 
     628 
     629Don't worry: We're not ignoring you! 
     630 
     631It's important to understand there is a difference between "a ticket is being 
     632ignored" and "a ticket has not been attended to yet." Django's ticket system 
     633contains hundreds of open tickets, of various degrees of impact on end-user 
     634functionality, and Django's developers have to review and prioritize. 
     635 
     636Besides, if your feature request stands no chance of inclusion in Django, we 
     637won't ignore it -- we'll just close the ticket. So if your ticket is still 
     638open, it doesn't mean we're ignoring you; it just means we haven't had time to 
     639look at it yet.