mirror of
https://github.com/Hopiu/django.git
synced 2026-04-02 06:10:41 +00:00
16 lines
321 B
Text
16 lines
321 B
Text
|
|
============
|
||
|
|
Writing code
|
||
|
|
============
|
||
|
|
|
||
|
|
So you'd like to write some code to improve Django. Awesome! Browse the
|
||
|
|
following sections to find out how to give your code patches the best
|
||
|
|
chances to be included in Django core:
|
||
|
|
|
||
|
|
.. toctree::
|
||
|
|
:maxdepth: 1
|
||
|
|
|
||
|
|
coding-style
|
||
|
|
unit-tests
|
||
|
|
submitting-patches
|
||
|
|
branch-policy
|