Commit a5d373a4 authored by James Bennett's avatar James Bennett
Browse files

Update release notes and other docs for impending 1.3.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 09d163ec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -102,10 +102,6 @@ their deprecation, as per the :ref:`Django deprecation policy
        * Authentication backends need to define the boolean attribute
          ``supports_inactive_user``.

        * The ``MEDIA_URL`` or ``STATIC_URL`` settings are required to end
          with a trailing slash to ensure there is a consistent way to
          combine paths in templates.

        * ``django.db.models.fields.XMLField`` will be removed. This was
          deprecated as part of the 1.3 release. An accelerated deprecation
          schedule has been used because the field hasn't performed any role
@@ -171,6 +167,10 @@ their deprecation, as per the :ref:`Django deprecation policy
          and :class:`django.contrib.auth.context_processors.PermLookupDict`,
          respectively.

        * The ``MEDIA_URL`` or ``STATIC_URL`` settings are required to end
          with a trailing slash to ensure there is a consistent way to
          combine paths in templates.

    * 2.0
        * ``django.views.defaults.shortcut()``. This function has been moved
          to ``django.contrib.contenttypes.views.shortcut()`` as part of the
+175 −184

File changed.

Preview size limit exceeded, changes collapsed.