Sunday, December 1, 2019

Re: no such table: main.auth_user__old

If you're using Django 2.1, try upgrading to the latest Django 2.1.x (2.1.14 as of this writing). You should always use the latest point release to get the most recent security and bug fixes.

See https://stackoverflow.com/questions/53637182/django-no-such-table-main-auth-user-old

On Saturday, November 30, 2019 at 1:54:04 PM UTC-5, Chetan Rokade wrote:
Hi Friends
Getting below error while adding new user  from admin page. I am using python 3.8 with django 2.1 version
Exception Value:
no such table: main.auth_user__old   


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c9442dfe-3759-4592-9629-5ad1f9d50835%40googlegroups.com.

No comments:

Post a Comment