Author: mtredinnick
Date: 2007-03-08 23:47:39 -0600 (Thu, 08 Mar 2007)
New Revision: 4689
Modified:
django/trunk/docs/contributing.txt
Log:
Fixed #3685 -- Added note about keeping contributors' names in AUTHORS. Thanks,
James Bennett.
Modified: django/trunk/docs/contributing.txt
===================================================================
--- django/trunk/docs/contributing.txt 2007-03-09 05:34:42 UTC (rev 4688)
+++ django/trunk/docs/contributing.txt 2007-03-09 05:47:39 UTC (rev 4689)
@@ -303,9 +303,11 @@
def my_view(req, foo):
# ...
- * Please don't put your name in the code. While we appreciate all
- contributions to Django, our policy is not to publish individual
- developer names in code -- for instance, at the top of Python modules.
+ * Our policy is to keep the names of developers and contributors
+ in the ``AUTHORS`` file distributed with Django, so please don't include
+ your name in the actual code. Feel free to include a change to the
+ ``AUTHORS`` file in your patch if you make more than a single trivial
+ change.
Committing code
===============
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---