Changes between Version 7 and Version 8 of CookBookDualSessionMiddleware


Ignore:
Timestamp:
Aug 1, 2008, 9:22:32 AM (16 years ago)
Author:
Jeff Anderson
Comment:

CamelCase instead of CamelCase

Legend:

Unmodified
Added
Removed
Modified
  • CookBookDualSessionMiddleware

    v7 v8  
    158158----
    159159
    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.
     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.
    161161
    162162
Back to Top