dwagon / Hostinfo

Host Information Database for Unix Sysadmins
10 stars 4 forks source link

Integrity error on user adds. #35

Closed dwagon closed 8 years ago

dwagon commented 8 years ago

IntegrityError at /hostinfo-admin/auth/user/add/ null value in column "last_login" violates not-null constraint Request Method: POST Request URL: http://hostinfo/hostinfo-admin/auth/user/add/ Django Version: 1.8.6 Exception Type: IntegrityError Exception Value:
null value in column "last_login" violates not-null constraint

dwagon commented 8 years ago

Not a hostinfo bug but a django 'feature'.

See https://code.djangoproject.com/ticket/24679