Changes between Initial Version and Version 1 of Ticket #24524
- Timestamp:
- Mar 23, 2015, 4:25:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24524 – Description
initial v1 1 Using an AbstractUser based user model with Django 1.8 RC1 causes the management command to create the database table layoutto fail: "python manage.py migrate"1 Using an AbstractUser based user model with Django 1.8 RC1 causes the management command to create the table layout on a *new and empty database* to fail: "python manage.py migrate" 2 2 3 3 Traceback: