~ubuntu-branches/ubuntu/oneiric/python-django/oneiric

« back to all changes in this revision

Viewing changes to docs/ref/contrib/messages.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2011-02-17 13:34:07 UTC
  • mfrom: (1.1.13 upstream) (4.4.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110217133407-rwr88elhhq6j7ba0
Tags: 1.2.5-1ubuntu1
* Merge from Debian for security fixes (LP: #719031). Remaining changes:
  - debian/control: don't Build-Depends on locales-all, which doesn't exist
    in natty
* Drop the following patches, now included upstream:
  - debian/patches/07_security_admin_infoleak.diff
  - debian/patches/08_security_pasword_reset_dos.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
``'django.contrib.messages.storage.user_messages.LegacyFallbackStorage'``
87
87
    This is the default temporary storage class.
88
88
 
89
 
    This class extends FallbackStorage and adds compatibility methods to
 
89
    This class extends FallbackStorage and adds compatibility methods
90
90
    to retrieve any messages stored in the user Message model by code that
91
91
    has not yet been updated to use the new API. This storage is temporary
92
92
    (because it makes use of code that is pending deprecation) and will be