-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/openedx/edx-enterprise in…
…to MueezKhan/Replace-Moodle-Unencrypted-Columns-ENT8032
- Loading branch information
Showing
23 changed files
with
564 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Your project description goes here. | ||
""" | ||
|
||
__version__ = "4.9.5" | ||
__version__ = "4.10.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
enterprise/migrations/0198_alter_enterprisecourseenrollment_options.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 4.2 on 2023-12-29 17:03 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('enterprise', '0197_auto_20231130_2239'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='enterprisecourseenrollment', | ||
options={'ordering': ['id']}, | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
integrated_channels/blackboard/migrations/0018_auto_20240110_1301.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 3.2.23 on 2024-01-10 13:01 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('blackboard', '0017_alter_historicalblackboardenterprisecustomerconfiguration_options'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='blackboardlearnerassessmentdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
migrations.AddField( | ||
model_name='blackboardlearnerdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
] |
23 changes: 23 additions & 0 deletions
23
integrated_channels/canvas/migrations/0033_auto_20240110_1301.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 3.2.23 on 2024-01-10 13:01 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('canvas', '0032_alter_historicalcanvasenterprisecustomerconfiguration_options'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='canvaslearnerassessmentdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
migrations.AddField( | ||
model_name='canvaslearnerdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
] |
18 changes: 18 additions & 0 deletions
18
...ornerstone/migrations/0032_cornerstonelearnerdatatransmissionaudit_transmission_status.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 3.2.23 on 2024-01-16 07:30 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('cornerstone', '0031_cornerstoneapirequestlogs'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='cornerstonelearnerdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
] |
18 changes: 18 additions & 0 deletions
18
...annels/degreed/migrations/0032_degreedlearnerdatatransmissionaudit_transmission_status.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 3.2.23 on 2024-01-10 13:01 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('degreed', '0031_alter_historicaldegreedenterprisecustomerconfiguration_options'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='degreedlearnerdatatransmissionaudit', | ||
name='transmission_status', | ||
field=models.JSONField(blank=True, default=list, null=True), | ||
), | ||
] |
Oops, something went wrong.