openedx-learning 0.23.0__py2.py3-none-any.whl → 0.23.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  Open edX Learning ("Learning Core").
3
3
  """
4
4
 
5
- __version__ = "0.23.0"
5
+ __version__ = "0.23.1"
@@ -0,0 +1,32 @@
1
+ # Generated by Django 4.2.20 on 2025-04-17 18:22
2
+
3
+ from django.db import migrations, models
4
+ import django.db.models.deletion
5
+
6
+
7
+ class Migration(migrations.Migration):
8
+
9
+ dependencies = [
10
+ ('oel_publishing', '0007_bootstrap_draftchangelog'),
11
+ ]
12
+
13
+ operations = [
14
+ migrations.AlterModelOptions(
15
+ name='draftchangelogrecord',
16
+ options={'verbose_name': 'Draft Change Log Record', 'verbose_name_plural': 'Draft Change Log Records'},
17
+ ),
18
+ migrations.AlterModelOptions(
19
+ name='draftsideeffect',
20
+ options={'verbose_name': 'Draft Side Effect', 'verbose_name_plural': 'Draft Side Effects'},
21
+ ),
22
+ migrations.AlterField(
23
+ model_name='draftchangelogrecord',
24
+ name='draft_change_log',
25
+ field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='records', to='oel_publishing.draftchangelog'),
26
+ ),
27
+ migrations.AlterField(
28
+ model_name='draftsideeffect',
29
+ name='effect',
30
+ field=models.ForeignKey(on_delete=django.db.models.deletion.RESTRICT, related_name='affected_by', to='oel_publishing.draftchangelogrecord'),
31
+ ),
32
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openedx-learning
3
- Version: 0.23.0
3
+ Version: 0.23.1
4
4
  Summary: Open edX Learning Core and Tagging.
5
5
  Home-page: https://github.com/openedx/openedx-learning
6
6
  Author: David Ormsbee
@@ -21,10 +21,10 @@ Requires-Python: >=3.11
21
21
  License-File: LICENSE.txt
22
22
  Requires-Dist: attrs
23
23
  Requires-Dist: Django
24
- Requires-Dist: djangorestframework<4.0
25
24
  Requires-Dist: edx-drf-extensions
26
- Requires-Dist: rules<4.0
27
25
  Requires-Dist: celery
26
+ Requires-Dist: rules<4.0
27
+ Requires-Dist: djangorestframework<4.0
28
28
  Dynamic: author
29
29
  Dynamic: author-email
30
30
  Dynamic: classifier
@@ -1,4 +1,4 @@
1
- openedx_learning/__init__.py,sha256=_QT8vl820lRjYpoDGXnsI6kcftcuz00aGlyEs_b9UBg,69
1
+ openedx_learning/__init__.py,sha256=U0-MtvTb7-MpDx0zi9AhepGePH3oI3FKWsiFGVLf9j8,69
2
2
  openedx_learning/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  openedx_learning/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  openedx_learning/api/authoring.py,sha256=AuEegFTT3tAer_3zSxcxqLq3Yd_eilk-Hxt4ESYearA,970
@@ -47,6 +47,7 @@ openedx_learning/apps/authoring/publishing/migrations/0004_publishableentity_can
47
47
  openedx_learning/apps/authoring/publishing/migrations/0005_alter_entitylistrow_options.py,sha256=Pp4O-VSI75n3UTZZW6CU4TOVIVc5lZvUg5YfMvZyrYM,377
48
48
  openedx_learning/apps/authoring/publishing/migrations/0006_draftchangelog.py,sha256=TdioE59_fXCf4ykWhXJfEjyxdDmqbbbLCwLeT1C9irA,3497
49
49
  openedx_learning/apps/authoring/publishing/migrations/0007_bootstrap_draftchangelog.py,sha256=EoFFSv52CeiuMGf3KmBvr34sx9N-tv8afdXWVR8wPFA,4154
50
+ openedx_learning/apps/authoring/publishing/migrations/0008_alter_draftchangelogrecord_options_and_more.py,sha256=5Xm5EV3HvnguLC2UbMTyt_I3q9iI4ZBH0YoNEpNipFI,1207
50
51
  openedx_learning/apps/authoring/publishing/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
52
  openedx_learning/apps/authoring/publishing/models/__init__.py,sha256=ZhpKo4F30VJatp1F-jQSJnKw8AeHFig9E9SlGnxxBCc,1108
52
53
  openedx_learning/apps/authoring/publishing/models/container.py,sha256=GCUD3WTlgvgZSQOKcoOsfhNAfc5pz3Wbs9ClE9mhtB0,2594
@@ -74,7 +75,7 @@ openedx_learning/lib/fields.py,sha256=eiGoXMPhRuq25EH2qf6BAODshAQE3DBVdIYAMIUAXW
74
75
  openedx_learning/lib/managers.py,sha256=-Q3gxalSqyPZ9Im4DTROW5tF8wVTZLlmfTe62_xmowY,1643
75
76
  openedx_learning/lib/test_utils.py,sha256=g3KLuepIZbaDBCsaj9711YuqyUx7LD4gXDcfNC-mWdc,527
76
77
  openedx_learning/lib/validators.py,sha256=iqEdEAvFV2tC7Ecssx69kjecpdU8nE87AlDJYrqrsnc,404
77
- openedx_learning-0.23.0.dist-info/licenses/LICENSE.txt,sha256=QTW2QN7q3XszgUAXm9Dzgtu5LXYKbR1SGnqMa7ufEuY,35139
78
+ openedx_learning-0.23.1.dist-info/licenses/LICENSE.txt,sha256=QTW2QN7q3XszgUAXm9Dzgtu5LXYKbR1SGnqMa7ufEuY,35139
78
79
  openedx_tagging/__init__.py,sha256=V9N8M7f9LYlAbA_DdPUsHzTnWjYRXKGa5qHw9P1JnNI,30
79
80
  openedx_tagging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
81
  openedx_tagging/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -130,7 +131,7 @@ openedx_tagging/core/tagging/rest_api/v1/serializers.py,sha256=0HQD_Jrf6-YpocYfz
130
131
  openedx_tagging/core/tagging/rest_api/v1/urls.py,sha256=dNUKCtUCx_YzrwlbEbpDfjGVQbb2QdJ1VuJCkladj6E,752
131
132
  openedx_tagging/core/tagging/rest_api/v1/views.py,sha256=Hf92cy-tE767DE9FgsZcPKiCYrf5ihfETz8qGKBnuiU,36278
132
133
  openedx_tagging/core/tagging/rest_api/v1/views_import.py,sha256=kbHUPe5A6WaaJ3J1lFIcYCt876ecLNQfd19m7YYub6c,1470
133
- openedx_learning-0.23.0.dist-info/METADATA,sha256=a-4VMoLSKMLrTvXd95FvsONcKLBbluQ8skrJ3SuVpPo,9032
134
- openedx_learning-0.23.0.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
135
- openedx_learning-0.23.0.dist-info/top_level.txt,sha256=IYFbr5mgiEHd-LOtZmXj3q3a0bkGK1M9LY7GXgnfi4M,33
136
- openedx_learning-0.23.0.dist-info/RECORD,,
134
+ openedx_learning-0.23.1.dist-info/METADATA,sha256=4BwlvkX7Uk-Nxt1yBCzarwd79d6GeATiexL4SOjyfG0,9032
135
+ openedx_learning-0.23.1.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
136
+ openedx_learning-0.23.1.dist-info/top_level.txt,sha256=IYFbr5mgiEHd-LOtZmXj3q3a0bkGK1M9LY7GXgnfi4M,33
137
+ openedx_learning-0.23.1.dist-info/RECORD,,