2008-08-23 22:25:40 +00: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 10:49:47 +00:00
|
|
|
:maxdepth: 2
|
2009-07-21 01:51:40 +00:00
|
|
|
|
2011-05-27 10:49:47 +00:00
|
|
|
contributing/index
|
2013-10-03 22:51:22 +00:00
|
|
|
mailing-lists
|
2008-09-03 19:58:21 +00:00
|
|
|
committers
|
2012-08-07 20:25:21 +00:00
|
|
|
security
|
2008-09-19 19:44:10 +00:00
|
|
|
release-process
|
2009-07-21 01:51:40 +00:00
|
|
|
deprecation
|
2012-06-07 16:48:29 +00:00
|
|
|
git
|
2013-02-23 18:33:57 +00:00
|
|
|
howto-release-django
|