Opened 5 years ago
Closed 5 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)
Change History (3)
comment:2 by , 5 years ago
| Component: | Uncategorized → Migrations |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
| Type: | Uncategorized → Bug |
| Version: | 3.0 → 2.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.
Hi Bill, can you attach the full stack trace here?