Changes between Version 6 and Version 7 of CookBookDualSessionMiddleware
- Timestamp:
- Feb 3, 2008, 5:14:27 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookDualSessionMiddleware
v6 v7 156 156 If 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]] 157 157 158 ---- 159 160 Comment: 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. 158 161 159 162