openedx-learning 0.6.0__tar.gz → 0.6.1__tar.gz
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.
- {openedx-learning-0.6.0/openedx_learning.egg-info → openedx-learning-0.6.1}/PKG-INFO +1 -1
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/__init__.py +1 -1
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/api.py +1 -1
- openedx-learning-0.6.1/openedx_learning/core/components/migrations/0002_alter_componentversioncontent_key.py +20 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/models.py +7 -1
- openedx-learning-0.6.1/openedx_learning/core/publishing/migrations/0002_alter_learningpackage_key_and_more.py +25 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/models.py +14 -2
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/fields.py +2 -2
- {openedx-learning-0.6.0 → openedx-learning-0.6.1/openedx_learning.egg-info}/PKG-INFO +1 -1
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/SOURCES.txt +2 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/CHANGELOG.rst +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/LICENSE.txt +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/MANIFEST.in +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/README.rst +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/admin.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/migrations/0001_initial.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/migrations/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/admin.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/api.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/migrations/0001_initial.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/migrations/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/models.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/admin.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/api.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/migrations/0001_initial.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/migrations/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/model_mixins.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/cache.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/collations.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/managers.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/test_utils.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/lib/validators.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/v1/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/v1/components.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/v1/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/requires.txt +4 -4
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/api.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/0015_taxonomy_export_id.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/utils.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/views.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/requirements/base.in +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/setup.cfg +0 -0
- {openedx-learning-0.6.0 → openedx-learning-0.6.1}/setup.py +0 -0
|
@@ -51,7 +51,7 @@ def create_component(
|
|
|
51
51
|
"""
|
|
52
52
|
Create a new Component (an entity like a Problem or Video)
|
|
53
53
|
"""
|
|
54
|
-
key = f"{component_type.namespace}:{component_type.name}
|
|
54
|
+
key = f"{component_type.namespace}:{component_type.name}:{local_key}"
|
|
55
55
|
with atomic():
|
|
56
56
|
publishable_entity = publishing_api.create_publishable_entity(
|
|
57
57
|
learning_package_id, key, created, created_by
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Generated by Django 4.2.10 on 2024-02-14 22:02
|
|
2
|
+
|
|
3
|
+
from django.db import migrations
|
|
4
|
+
|
|
5
|
+
import openedx_learning.lib.fields
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Migration(migrations.Migration):
|
|
9
|
+
|
|
10
|
+
dependencies = [
|
|
11
|
+
('oel_components', '0001_initial'),
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
operations = [
|
|
15
|
+
migrations.AlterField(
|
|
16
|
+
model_name='componentversioncontent',
|
|
17
|
+
name='key',
|
|
18
|
+
field=openedx_learning.lib.fields.MultiCollationCharField(db_collations={'mysql': 'utf8mb4_bin', 'sqlite': 'BINARY'}, db_column='_key', max_length=500),
|
|
19
|
+
),
|
|
20
|
+
]
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/models.py
RENAMED
|
@@ -237,7 +237,13 @@ class ComponentVersionContent(models.Model):
|
|
|
237
237
|
content = models.ForeignKey(Content, on_delete=models.RESTRICT)
|
|
238
238
|
|
|
239
239
|
uuid = immutable_uuid_field()
|
|
240
|
-
|
|
240
|
+
|
|
241
|
+
# "key" is a reserved word for MySQL, so we're temporarily using the column
|
|
242
|
+
# name of "_key" to avoid breaking downstream tooling. A possible
|
|
243
|
+
# alternative name for this would be "path", since it's most often used as
|
|
244
|
+
# an internal file path. However, we might also want to put special
|
|
245
|
+
# identifiers that don't map as cleanly to file paths at some point.
|
|
246
|
+
key = key_field(db_column="_key")
|
|
241
247
|
|
|
242
248
|
# Long explanation for the ``learner_downloadable`` field:
|
|
243
249
|
#
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Generated by Django 4.2.10 on 2024-02-14 22:02
|
|
2
|
+
|
|
3
|
+
from django.db import migrations
|
|
4
|
+
|
|
5
|
+
import openedx_learning.lib.fields
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Migration(migrations.Migration):
|
|
9
|
+
|
|
10
|
+
dependencies = [
|
|
11
|
+
('oel_publishing', '0001_initial'),
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
operations = [
|
|
15
|
+
migrations.AlterField(
|
|
16
|
+
model_name='learningpackage',
|
|
17
|
+
name='key',
|
|
18
|
+
field=openedx_learning.lib.fields.MultiCollationCharField(db_collations={'mysql': 'utf8mb4_bin', 'sqlite': 'BINARY'}, db_column='_key', max_length=500),
|
|
19
|
+
),
|
|
20
|
+
migrations.AlterField(
|
|
21
|
+
model_name='publishableentity',
|
|
22
|
+
name='key',
|
|
23
|
+
field=openedx_learning.lib.fields.MultiCollationCharField(db_collations={'mysql': 'utf8mb4_bin', 'sqlite': 'BINARY'}, db_column='_key', max_length=500),
|
|
24
|
+
),
|
|
25
|
+
]
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/models.py
RENAMED
|
@@ -38,7 +38,14 @@ class LearningPackage(models.Model): # type: ignore[django-manager-missing]
|
|
|
38
38
|
id = models.AutoField(primary_key=True)
|
|
39
39
|
|
|
40
40
|
uuid = immutable_uuid_field()
|
|
41
|
-
|
|
41
|
+
|
|
42
|
+
# "key" is a reserved word for MySQL, so we're temporarily using the column
|
|
43
|
+
# name of "_key" to avoid breaking downstream tooling. There's an open
|
|
44
|
+
# question as to whether this field needs to exist at all, or whether the
|
|
45
|
+
# top level library key it's currently used for should be entirely in the
|
|
46
|
+
# LibraryContent model.
|
|
47
|
+
key = key_field(db_column="_key")
|
|
48
|
+
|
|
42
49
|
title = case_insensitive_char_field(max_length=500, blank=False)
|
|
43
50
|
|
|
44
51
|
# TODO: We should probably defer this field, since many things pull back
|
|
@@ -172,7 +179,12 @@ class PublishableEntity(models.Model):
|
|
|
172
179
|
on_delete=models.CASCADE,
|
|
173
180
|
related_name="publishable_entities",
|
|
174
181
|
)
|
|
175
|
-
|
|
182
|
+
|
|
183
|
+
# "key" is a reserved word for MySQL, so we're temporarily using the column
|
|
184
|
+
# name of "_key" to avoid breaking downstream tooling. Consider renaming
|
|
185
|
+
# this later.
|
|
186
|
+
key = key_field(db_column="_key")
|
|
187
|
+
|
|
176
188
|
created = manual_date_time_field()
|
|
177
189
|
created_by = models.ForeignKey(
|
|
178
190
|
settings.AUTH_USER_MODEL,
|
|
@@ -109,7 +109,7 @@ def immutable_uuid_field() -> models.UUIDField:
|
|
|
109
109
|
)
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
def key_field() -> MultiCollationCharField:
|
|
112
|
+
def key_field(**kwargs) -> MultiCollationCharField:
|
|
113
113
|
"""
|
|
114
114
|
Externally created Identifier fields.
|
|
115
115
|
|
|
@@ -120,7 +120,7 @@ def key_field() -> MultiCollationCharField:
|
|
|
120
120
|
Other apps should *not* make references to these values directly, since
|
|
121
121
|
these values may in theory change (even if this is rare in practice).
|
|
122
122
|
"""
|
|
123
|
-
return case_sensitive_char_field(max_length=500, blank=False)
|
|
123
|
+
return case_sensitive_char_field(max_length=500, blank=False, **kwargs)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
def hash_field() -> models.CharField:
|
|
@@ -23,6 +23,7 @@ openedx_learning/core/components/api.py
|
|
|
23
23
|
openedx_learning/core/components/apps.py
|
|
24
24
|
openedx_learning/core/components/models.py
|
|
25
25
|
openedx_learning/core/components/migrations/0001_initial.py
|
|
26
|
+
openedx_learning/core/components/migrations/0002_alter_componentversioncontent_key.py
|
|
26
27
|
openedx_learning/core/components/migrations/__init__.py
|
|
27
28
|
openedx_learning/core/contents/__init__.py
|
|
28
29
|
openedx_learning/core/contents/admin.py
|
|
@@ -38,6 +39,7 @@ openedx_learning/core/publishing/apps.py
|
|
|
38
39
|
openedx_learning/core/publishing/model_mixins.py
|
|
39
40
|
openedx_learning/core/publishing/models.py
|
|
40
41
|
openedx_learning/core/publishing/migrations/0001_initial.py
|
|
42
|
+
openedx_learning/core/publishing/migrations/0002_alter_learningpackage_key_and_more.py
|
|
41
43
|
openedx_learning/core/publishing/migrations/__init__.py
|
|
42
44
|
openedx_learning/lib/__init__.py
|
|
43
45
|
openedx_learning/lib/admin_utils.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/__init__.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/contrib/media_server/views.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/contents/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/core/publishing/model_mixins.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning/rest_api/v1/components.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_learning.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/import_export/api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/urls.py
RENAMED
|
File without changes
|
{openedx-learning-0.6.0 → openedx-learning-0.6.1}/openedx_tagging/core/tagging/rest_api/v1/views.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|