From c30494b61624455d778baad2828eb25abefa37ee Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 3 Sep 2008 00:09:45 +0000 Subject: [PATCH] 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 --- docs/misc/api-stability.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ==========