Changes between Version 35 and Version 36 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Nov 20, 2005, 9:33:47 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added revision number for password change

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v35 v36  
    311311== Changed field name and length for auth.User password_md5 field ==
    312312
    313 As of an upcoming change, the {{{password_md5}}} field in the {{{auth.User}}} model, which is used for authentication in the Django admin, was renamed to {{{password}}}, and its length was changed from 32 to 128 to accomodate longer hashes and password metadata, such as which hash algorithm to use. This affects everybody who uses the Django authentication system -- including users of the Django admin.
     313As of [1327], the {{{password_md5}}} field in the {{{auth.User}}} model, which is used for authentication in the Django admin, was renamed to {{{password}}}, and its length was changed from 32 to 128 to accomodate longer hashes and password metadata, such as which hash algorithm to use. This affects everybody who uses the Django authentication system -- including users of the Django admin.
    314314
    315315Execute the following SQL to restore auth functionality:
Back to Top