Ticket #5601: docs.diff
File docs.diff, 947 bytes (added by , 17 years ago) |
---|
-
docs/contributing.txt
333 333 334 334 Please follow these coding standards when writing code for inclusion in Django: 335 335 336 * Unless otherwise specified, follow `PEP 8`_ .336 * Unless otherwise specified, follow `PEP 8`_ (use `pep8.py`_ to check). 337 337 338 338 * Use four spaces for indentation. 339 339 … … 924 924 .. _`#django`: irc://irc.freenode.net/django 925 925 .. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority 926 926 .. _PEP 8: http://www.python.org/peps/pep-0008.html 927 .. _pep8.py: http://svn.browsershots.org/trunk/devtools/pep8/pep8.py 927 928 .. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n 928 929 .. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases