Changes between Version 7 and Version 8 of CookBookDualSessionMiddleware
- Timestamp:
- Aug 1, 2008, 9:22:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookDualSessionMiddleware
v7 v8 158 158 ---- 159 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 aKeyError.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. 161 161 162 162