Browse Source

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

Malcolm Tredinnick 16 năm trước cách đây
mục cha
commit
c30494b616
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/misc/api-stability.txt

+ 2 - 1
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
 ==========