summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-07-29 18:41:56 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-07-29 18:41:56 +0000
commit1a3b11261069490c534fd7487503ddc526680244 (patch)
tree85ea4d19ca632e6b9ef82b2ce6b58d1da1117d24 /docs
parent4aefe9ad456101c51b5b42a4e908a366e52e5bb0 (diff)
Formatted docs/api_stability.txt in our ReST format, with titles
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/api_stability.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/api_stability.txt b/docs/api_stability.txt
index 475a209400..a9d6904735 100644
--- a/docs/api_stability.txt
+++ b/docs/api_stability.txt
@@ -6,6 +6,9 @@ Although Django has not reached a 1.0 release, the bulk of Django's public APIs
stable as of the 0.95 release. This document explains which APIs will and will not
change before the 1.0 release.
+What "stable" means
+===================
+
In this context, stable means:
- All the public APIs -- everything documented in the linked documents, and
@@ -24,6 +27,9 @@ In this context, stable means:
- We'll only break backwards compatibility of these APIs if a bug or
security hole makes it completely unavoidable.
+Stable APIs
+===========
+
These APIs are stable:
- `Caching`_.
@@ -114,4 +120,4 @@ change:
.. _url dispatch: http://www.djangoproject.com/documentation/url_dispatch/
.. _forms and validation: http://www.djangoproject.com/documentation/forms/
.. _serialization: http://www.djangoproject.com/documentation/serialization/
-.. _authentication: http://www.djangoproject.com/documentation/authentication/ \ No newline at end of file
+.. _authentication: http://www.djangoproject.com/documentation/authentication/