Opened 4 years ago

Closed 4 years ago

#31828 closed Bug (duplicate)

no such table: main.auth_user__old error in Admin

Reported by: BillKennish Owned by: nobody
Component: Migrations Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am going through the DjangoProjects tutorial that creates a Polls app. I have installed everything and created the app. I can see the table entries in the Polls tables. I am at the point where I go into the Admin page. I created a superuser and logged into the Admin. The page comes up fine. My Questions table is properly listed. When I look into the table it shows the one practice question just fine. When I click on Edit it brings up the record with the proper question. But when I try to save a change to the data I get the following error message: "no such table: main.auth_userold". (plus a lot more). I am at a loss as to where I went astray. Thoughts?

Attachments (1)

error.txt (21.0 KB ) - added by BillKennish 4 years ago.
Trace stack

Download all attachments as: .zip

Change History (3)

comment:1 by Iuri de Silvio, 4 years ago

Hi Bill, can you attach the full stack trace here?

Last edited 4 years ago by Iuri de Silvio (previous) (diff)

by BillKennish, 4 years ago

Attachment: error.txt added

Trace stack

comment:2 by Mariusz Felisiak, 4 years ago

Component: UncategorizedMigrations
Resolution: duplicate
Status: newclosed
Type: UncategorizedBug
Version: 3.02.0

Duplicate of #29182.

It should be fixed in Django 2.0.10. Moreover Django 2.0 is not supported anymore and it doesn't support Python 3.8.

Note: See TracTickets for help on using tickets.
Back to Top