parts/django/docs/internals/index.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 Django internals
       
     2 ================
       
     3 
       
     4 Documentation for people hacking on Django itself. This is the place to go if
       
     5 you'd like to help improve Django, learn or learn about how Django works "under
       
     6 the hood".
       
     7 
       
     8 .. warning::
       
     9 
       
    10     Elsewhere in the Django documentation, coverage of a feature is a sort of a
       
    11     contract: once an API is in the official documentation, we consider it
       
    12     "stable" and don't change it without a good reason. APIs covered here,
       
    13     however, are considered "internal-only": we reserve the right to change
       
    14     these internals if we must.
       
    15 
       
    16 .. toctree::
       
    17    :maxdepth: 1
       
    18 
       
    19    contributing
       
    20    documentation
       
    21    committers
       
    22    release-process
       
    23    deprecation
       
    24    svn