Changes between Initial Version and Version 1 of Ticket #31374, comment 2
- Timestamp:
- May 23, 2020, 3:13:54 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31374, comment 2
initial v1 3 3 `RuntimeError: __class__ not set defining 'AbstractBaseUser' as <class 'django.contrib.auth.base_user.AbstractBaseUser'>. Was __classcell__ propagated to type.__new__?` 4 4 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 m ylocally, only on Heroku.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 me locally, only on Heroku. 6 6 7 7 Upgrading to Django 1.11 fixed the issue.