Ticket #5601: docs.diff

File docs.diff, 947 bytes (added by simeon, 17 years ago)
  • docs/contributing.txt

     
    333333
    334334Please follow these coding standards when writing code for inclusion in Django:
    335335
    336     * Unless otherwise specified, follow `PEP 8`_.
     336    * Unless otherwise specified, follow `PEP 8`_ (use `pep8.py`_ to check).
    337337
    338338    * Use four spaces for indentation.
    339339
     
    924924.. _`#django`: irc://irc.freenode.net/django
    925925.. _list of tickets with patches: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority
    926926.. _PEP 8: http://www.python.org/peps/pep-0008.html
     927.. _pep8.py: http://svn.browsershots.org/trunk/devtools/pep8/pep8.py
    927928.. _i18n branch: http://code.djangoproject.com/browser/django/branches/i18n
    928929.. _`tags/releases`: http://code.djangoproject.com/browser/django/tags/releases
Back to Top