Changes between Version 6 and Version 7 of CookBookDualSessionMiddleware


Ignore:
Timestamp:
Feb 3, 2008, 5:14:27 PM (16 years ago)
Author:
briand
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookDualSessionMiddleware

    v6 v7  
    156156If you've noticed anything that could be done better please point it out. This hasn't been tested in production yet, so you should run your own tests to make sure everything is working as expected.[[BR]][[BR]]
    157157
     158----
     159
     160Comment: The LoginForm needs individual clean_username and clean_password functions since the clean function will get called regardless of validation errors in the fields.  A too short username or password will cause that key to be missing in cleaned_data, and clean will throw a KeyError.
    158161
    159162
Back to Top