Changes between Version 2 and Version 3 of SessionMessages
- Timestamp:
- Sep 21, 2009, 7:45:49 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SessionMessages
v2 v3 7 7 * http://groups.google.com/group/django-developers/browse_thread/thread/eba93088c649022b 8 8 9 === Criteria === 10 11 Criteria necessary for inclusion in the core: 12 13 * Support message passing for anonymous users 14 * Avoid database/cache queries if possible 15 * Support larger messages that don't fit in a cookie 16 * Don't lose messages if they're not displayed to the user 17 * Provide a standard so that reusable apps can provide feedback related to the current session 18 * Needs community approval/support 19 * Needs to be the "de facto" standard implementation