Changes between Version 33 and Version 34 of SessionMessages


Ignore:
Timestamp:
Oct 16, 2009, 12:59:20 PM (15 years ago)
Author:
Tobias McNulty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SessionMessages

    v33 v34  
    4141    * Introduce the proposed messaging app
    4242    * Replace {{ messages }} with lazily loaded messages from both the old (user message) and new (session/cookie) storages
    43     * Deprecate the existing API and mark it as such in the documentation.  Retain the same functionality.  Raise a PendingDeprecationWarning when used.
     43    * Deprecate the existing API and mark it as such in the documentation.  Retain the same functionality.  Raise a !PendingDeprecationWarning when used.
    4444    * Update contrib apps (auth and admin) and generic views (create_object, update_object, and delete_object) in Django to use the new API
    4545 * '''Django 1.3'''
    46     * Retain the same functionality in the old API, but raise a DeprecationWarning when it is used
     46    * Retain the same functionality in the old API, but raise a !DeprecationWarning when it is used
    4747 * '''Django 1.4'''
    4848    * Remove the old API.  This includes the Message model and any methods in contrib.auth that use it (such as get_and_delete_messages).
Back to Top