diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-03 00:09:45 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-09-03 00:09:45 +0000 |
| commit | c30494b61624455d778baad2828eb25abefa37ee (patch) | |
| tree | f254a3f7df544cbeb75978e001605dde505b11c7 /docs/misc/api-stability.txt | |
| parent | c71a2d68974ef8d800d848d20622d73fb431ce37 (diff) | |
Added two items (django.utils.translation and django.utils.http) to the API
stability document and removed a duplicate mention of django.utils.encoding.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/misc/api-stability.txt')
| -rw-r--r-- | docs/misc/api-stability.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt index f5dc5fa98f..9fa43286e1 100644 --- a/docs/misc/api-stability.txt +++ b/docs/misc/api-stability.txt @@ -100,9 +100,10 @@ Most of the modules in ``django.utils`` are designed for internal use. Only the rest of the module is for internal use. - ``django.utils.encoding`` - ``django.utils.feedgenerator`` + - ``django.utils.http`` - ``django.utils.safestring`` + - ``django.utils.translation`` - ``django.utils.tzinfo`` - - ``django.utils.encoding`` Exceptions ========== |
