Bug #7525
custom_user/models: restore default value of User.last_login
Start date:
10 June 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Removing them broke the password reset form. Currently moving the code base to Django 1.8 cannot be done without breaking compatibility with pre-Django 1.8 as we depend on the abstract model AbstractUser which set the default values for the last_login field. We will have to duplicate AbstractUser when making the jump to Django 1.8.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|76e29ebdf0c70b446d6a2c149266b03f048b132c.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
custom_user/models: restore default value of User.last_login (fixes #7525)
Removing them broke the password reset form. Currently moving the code
base to Django 1.8 cannot be done without breaking compatibility with
pre-Django 1.8 as we depend on the abstract model AbstractUser which set
the default values for the last_login field. We will have to duplicate
AbstractUser when making the jump to Django 1.8.