Projet

Général

Profil

Bug #7525

custom_user/models: restore default value of User.last_login

Ajouté par Benjamin Dauvergne il y a presque 9 ans. Mis à jour il y a plus de 6 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Version cible:
Début:
10 juin 2015
Echéance:
% réalisé:

100%

Temps estimé:
Patch proposed:
Non
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.

Révisions associées

Révision 76e29ebd (diff)
Ajouté par Benjamin Dauvergne il y a presque 9 ans

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.

Historique

#1

Mis à jour par Benjamin Dauvergne il y a presque 9 ans

  • Statut changé de Nouveau à Résolu (à déployer)
  • % réalisé changé de 0 à 100
#2

Mis à jour par Benjamin Dauvergne il y a environ 8 ans

  • Statut changé de Résolu (à déployer) à Solution déployée
#3

Mis à jour par Benjamin Dauvergne il y a plus de 6 ans

  • Statut changé de Solution déployée à Fermé

Formats disponibles : Atom PDF