Changes between Initial Version and Version 1 of Ticket #31374, comment 2


Ignore:
Timestamp:
May 23, 2020, 3:13:54 PM (4 years ago)
Author:
Andrew Badr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31374, comment 2

    initial v1  
    33`RuntimeError: __class__ not set defining 'AbstractBaseUser' as <class 'django.contrib.auth.base_user.AbstractBaseUser'>. Was __classcell__ propagated to type.__new__?`
    44
    5 Not using `django-pyodbc-azure` or anything else unusual. This error seems be coming from within Django itself.(File "/app/.heroku/python/lib/python3.8/site-packages/django/contrib/auth/base_user.py", line 49). What's strange is that the error doesn't happen for my locally, only on Heroku.
     5Not using `django-pyodbc-azure` or anything else unusual. This error seems be coming from within Django itself.(File "/app/.heroku/python/lib/python3.8/site-packages/django/contrib/auth/base_user.py", line 49). What's strange is that the error doesn't happen for me locally, only on Heroku.
    66
    77Upgrading to Django 1.11 fixed the issue.
Back to Top