2008-08-24 00:25:40 +02:00
|
|
|
Django internals
|
|
|
|
================
|
|
|
|
|
|
|
|
Documentation for people hacking on Django itself. This is the place to go if
|
|
|
|
you'd like to help improve Django, learn or learn about how Django works "under
|
|
|
|
the hood".
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
Elsewhere in the Django documentation, coverage of a feature is a sort of a
|
|
|
|
contract: once an API is in the official documentation, we consider it
|
|
|
|
"stable" and don't change it without a good reason. APIs covered here,
|
|
|
|
however, are considered "internal-only": we reserve the right to change
|
|
|
|
these internals if we must.
|
|
|
|
|
|
|
|
.. toctree::
|
2011-05-27 12:49:47 +02:00
|
|
|
:maxdepth: 2
|
2009-07-21 03:51:40 +02:00
|
|
|
|
2011-05-27 12:49:47 +02:00
|
|
|
contributing/index
|
2008-09-03 21:58:21 +02:00
|
|
|
committers
|
2008-09-19 21:44:10 +02:00
|
|
|
release-process
|
2009-07-21 03:51:40 +02:00
|
|
|
deprecation
|
2012-06-07 18:48:29 +02:00
|
|
|
git
|