Changes between Version 33 and Version 34 of SessionMessages
- Timestamp:
- Oct 16, 2009, 12:59:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SessionMessages
v33 v34 41 41 * Introduce the proposed messaging app 42 42 * 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. 44 44 * Update contrib apps (auth and admin) and generic views (create_object, update_object, and delete_object) in Django to use the new API 45 45 * '''Django 1.3''' 46 * Retain the same functionality in the old API, but raise a DeprecationWarning when it is used46 * Retain the same functionality in the old API, but raise a !DeprecationWarning when it is used 47 47 * '''Django 1.4''' 48 48 * Remove the old API. This includes the Message model and any methods in contrib.auth that use it (such as get_and_delete_messages).