Changes between Version 2 and Version 3 of SessionMessages


Ignore:
Timestamp:
Sep 21, 2009, 7:45:49 PM (15 years ago)
Author:
Tobias McNulty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SessionMessages

    v2 v3  
    77 * http://groups.google.com/group/django-developers/browse_thread/thread/eba93088c649022b
    88
     9=== Criteria ===
     10
     11Criteria 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
Back to Top