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
This commit is contained in:
Malcolm Tredinnick 2008-09-03 00:09:45 +00:00
parent c71a2d6897
commit c30494b616
1 changed files with 2 additions and 1 deletions

View File

@ -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
==========