~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/internals/deprecation.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _internals-deprecation:
2
 
 
3
1
===========================
4
2
Django Deprecation Timeline
5
3
===========================
52
50
          associated methods (``user.message_set.create()`` and
53
51
          ``user.get_and_delete_messages()``), which have
54
52
          been deprecated since the 1.2 release, will be removed.  The
55
 
          :ref:`messages framework <ref-contrib-messages>` should be used
 
53
          :doc:`messages framework </ref/contrib/messages>` should be used
56
54
          instead.
57
55
 
58
56
        * Authentication backends need to support the ``obj`` parameter for