Changeset 7602 for django/trunk/docs/faq.txt
- Timestamp:
- 06/09/08 21:52:16 (6 months ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r7592 r7602 654 654 655 655 If this FAQ doesn't contain an answer to your question, you might want to 656 try the `django-users `_ mailing list. Feel free to ask any question related656 try the `django-users mailing list`_. Feel free to ask any question related 657 657 to installing, using, or debugging Django. 658 658 … … 660 660 community of helpful individuals who may be able to solve your problem. 661 661 662 .. _ django-users mailing list: http://groups.google.com/group/django-users663 .. _ #django IRC channel: irc://irc.freenode.net/django662 .. _`django-users mailing list`: http://groups.google.com/group/django-users 663 .. _`#django IRC channel`: irc://irc.freenode.net/django 664 664 665 665 Why hasn't my message appeared on django-users? 666 666 ----------------------------------------------- 667 667 668 Django-usershas a lot of subscribers. This is good for the community, as668 django-users_ has a lot of subscribers. This is good for the community, as 669 669 there are lot of people that can contribute answers to questions. 670 Unfortunately, it also means that django-users is an attractive target for670 Unfortunately, it also means that django-users_ is an attractive target for 671 671 spammers. 672 672 673 In order to combat the spam problem, when you join the django-users mailing673 In order to combat the spam problem, when you join the django-users_ mailing 674 674 list, we manually moderate the first message you send to the list. This means 675 675 that spammers get caught, but it also means that your first question to the … … 677 677 inconvenience that this policy may cause. 678 678 679 .. _django-users: http://groups.google.com/group/django-users 680 679 681 Nobody on django-users answered my question? What should I do? 680 682 -------------------------------------------------------------- … … 683 685 a better example of your problem. 684 686 685 Remember, the readers of django-users are all volunteers. If nobody has687 Remember, the readers of django-users_ are all volunteers. If nobody has 686 688 answered your question, it may be because nobody knows the answer, it may 687 689 be because nobody can understand the question, or it may be that everybody … … 689 691 690 692 Resist any temptation to mail the `django-developers mailing list`_ in an 691 attempt to get an answer to your question. Django-developers is for discussing 692 the development of Django itself. Attempts to use django-developers as 693 a second-tier support mechanism will not be met with enthusiastic responses. 693 attempt to get an answer to your question. django-developers_ is for discussing 694 the development of Django itself. Attempts to use django-developers_ as 695 a second-tier support mechanism will not be met an enthusiastic response. 696 697 .. _`django-developers mailing list`: http://groups.google.com/group/django-developers 698 .. _django-developers: http://groups.google.com/group/django-developers 694 699 695 700 I think I've found a bug! What should I do? … … 699 704 `Guide to contributing to Django`_. 700 705 701 .. _ contribution guide: ../contributing/#reporting-bugs706 .. _`Guide to contributing to Django`: ../contributing/#reporting-bugs 702 707 703 708 I think I've found a security problem! What should I do? … … 711 716 Due to the sensitive nature of security issues, we ask that if you think you 712 717 have found a security problem, *please* don't send a message to one of the 713 public mailing lists. Django has `apolicy for handling security issues`_;718 public mailing lists. Django has a `policy for handling security issues`_; 714 719 while a defect is outstanding, we would like to minimize any damage that 715 720 could be inflicted through public knowledge of that defect. 716 721 717 .. _ policy for handling security issues: ../contributing/#reporting-security-issues722 .. _`policy for handling security issues`: ../contributing/#reporting-security-issues 718 723 719 724 Contributing code … … 726 731 It's titled `Contributing to Django`_. 727 732 728 .. _ Contributing to Django: ../contributing/733 .. _`Contributing to Django`: ../contributing/ 729 734 730 735 I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?
