Merge pull request #21536 from edx/feanil/get_runserver_working
Fix errors when running runserver in python 3.
This commit is contained in:
@@ -14,6 +14,6 @@ class Migration(migrations.Migration):
|
||||
operations = [
|
||||
migrations.AddIndex(
|
||||
model_name='courseenrollment',
|
||||
index=models.Index(fields=[b'user', b'-created'], name='student_cou_user_id_b19dcd_idx'),
|
||||
index=models.Index(fields=['user', '-created'], name='student_cou_user_id_b19dcd_idx'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user