summaryrefslogtreecommitdiff
path: root/parts/django/docs/internals/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/docs/internals/index.txt')
-rw-r--r--parts/django/docs/internals/index.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/parts/django/docs/internals/index.txt b/parts/django/docs/internals/index.txt
new file mode 100644
index 0000000..26c941a
--- /dev/null
+++ b/parts/django/docs/internals/index.txt
@@ -0,0 +1,24 @@
+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::
+ :maxdepth: 1
+
+ contributing
+ documentation
+ committers
+ release-process
+ deprecation
+ svn