summaryrefslogtreecommitdiff
path: root/docs/api_stability.txt
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
commite07dae7b77abc39d3e5d99dece5d43a5b99890f4 (patch)
tree3f29507bf4541e6657b8bc7c635673e2f8acea06 /docs/api_stability.txt
parent261fb45ba8ce5ad7c9a0a73c286077c779364b8d (diff)
[multi-db] Merged trunk to [3890]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/api_stability.txt')
-rw-r--r--docs/api_stability.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api_stability.txt b/docs/api_stability.txt
index a9d6904735..18885fbe63 100644
--- a/docs/api_stability.txt
+++ b/docs/api_stability.txt
@@ -82,7 +82,7 @@ that 90% of Django can be considered forwards-compatible at this point.
That said, these APIs should *not* be considered stable, and are likely to
change:
- - `Forms and validation`_ will most likely be compeltely rewritten to
+ - `Forms and validation`_ will most likely be completely rewritten to
deemphasize Manipulators in favor of validation-aware models.
- `Serialization`_ is under heavy development; changes are likely.
@@ -91,7 +91,7 @@ change:
API changes may be necessary.
- Generic relations will most likely be moved out of core and into the
- content-types contrib package to avoid core dependacies on optional
+ content-types contrib package to avoid core dependancies on optional
components.
- The comments framework, which is yet undocumented, will likely get a complete