openedx-learning 0.10.0__tar.gz → 0.10.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.10.0/openedx_learning.egg-info → openedx_learning-0.10.1}/PKG-INFO +5 -6
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/__init__.py +1 -1
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/models.py +2 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/model_mixins.py +12 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1/openedx_learning.egg-info}/PKG-INFO +5 -6
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/api.py +4 -2
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/setup.py +1 -2
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/CHANGELOG.rst +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/LICENSE.txt +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/MANIFEST.in +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/README.rst +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/api/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/api/authoring.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/api/authoring_models.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/admin.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/api.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/apps.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/migrations/0001_initial.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/migrations/0002_alter_componentversioncontent_key.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/components/migrations/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/admin.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/api.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/apps.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/migrations/0001_initial.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/migrations/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/models.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/admin.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/api.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/apps.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/migrations/0001_initial.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/migrations/0002_alter_learningpackage_key_and_more.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/migrations/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/publishing/models.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/cache.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/collations.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/fields.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/managers.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/test_utils.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/lib/validators.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/py.typed +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/SOURCES.txt +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/requires.txt +3 -3
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0015_taxonomy_export_id.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0016_object_tag_export_id.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/0017_alter_tagimporttask_status.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/utils.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/views.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/py.typed +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/requirements/base.in +0 -0
- {openedx_learning-0.10.0 → openedx_learning-0.10.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.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
|
|
@@ -14,17 +14,16 @@ Classifier: Intended Audience :: Developers
|
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
15
15
|
Classifier: Natural Language :: English
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.11
|
|
21
20
|
License-File: LICENSE.txt
|
|
21
|
+
Requires-Dist: djangorestframework<4.0
|
|
22
|
+
Requires-Dist: celery
|
|
22
23
|
Requires-Dist: rules<4.0
|
|
23
|
-
Requires-Dist: Django<5.0
|
|
24
24
|
Requires-Dist: edx-drf-extensions
|
|
25
|
+
Requires-Dist: Django<5.0
|
|
25
26
|
Requires-Dist: attrs
|
|
26
|
-
Requires-Dist: celery
|
|
27
|
-
Requires-Dist: djangorestframework<4.0
|
|
28
27
|
|
|
29
28
|
Open edX Learning Core (and Tagging)
|
|
30
29
|
====================================
|
|
@@ -134,6 +134,8 @@ class Component(PublishableEntityMixin): # type: ignore[django-manager-missing]
|
|
|
134
134
|
'publishable_entity__draft__version__componentversion',
|
|
135
135
|
'publishable_entity__published__version',
|
|
136
136
|
'publishable_entity__published__version__componentversion',
|
|
137
|
+
'publishable_entity__published__publish_log_record',
|
|
138
|
+
'publishable_entity__published__publish_log_record__publish_log',
|
|
137
139
|
)
|
|
138
140
|
|
|
139
141
|
# This foreign key is technically redundant because we're already locked to
|
|
@@ -243,6 +243,18 @@ class PublishableEntityMixin(models.Model):
|
|
|
243
243
|
|
|
244
244
|
return draft_version_id != published_version_id
|
|
245
245
|
|
|
246
|
+
@property
|
|
247
|
+
def last_publish_log(self):
|
|
248
|
+
"""
|
|
249
|
+
Return the most recent PublishLog for this component.
|
|
250
|
+
|
|
251
|
+
Return None if the component is not published.
|
|
252
|
+
"""
|
|
253
|
+
pub_entity = self.content_obj.publishable_entity
|
|
254
|
+
if hasattr(pub_entity, 'published'):
|
|
255
|
+
return pub_entity.published.publish_log_record.publish_log
|
|
256
|
+
return None
|
|
257
|
+
|
|
246
258
|
@property
|
|
247
259
|
def versions(self):
|
|
248
260
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.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
|
|
@@ -14,17 +14,16 @@ Classifier: Intended Audience :: Developers
|
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
15
15
|
Classifier: Natural Language :: English
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.11
|
|
21
20
|
License-File: LICENSE.txt
|
|
21
|
+
Requires-Dist: djangorestframework<4.0
|
|
22
|
+
Requires-Dist: celery
|
|
22
23
|
Requires-Dist: rules<4.0
|
|
23
|
-
Requires-Dist: Django<5.0
|
|
24
24
|
Requires-Dist: edx-drf-extensions
|
|
25
|
+
Requires-Dist: Django<5.0
|
|
25
26
|
Requires-Dist: attrs
|
|
26
|
-
Requires-Dist: celery
|
|
27
|
-
Requires-Dist: djangorestframework<4.0
|
|
28
27
|
|
|
29
28
|
Open edX Learning Core (and Tagging)
|
|
30
29
|
====================================
|
|
@@ -190,8 +190,10 @@ def get_object_tags(
|
|
|
190
190
|
.exclude(taxonomy__enabled=False) # Exclude if the whole taxonomy is disabled
|
|
191
191
|
)
|
|
192
192
|
if not include_deleted:
|
|
193
|
-
|
|
194
|
-
base_qs = base_qs.exclude(
|
|
193
|
+
# Exclude if the whole taxonomy was deleted
|
|
194
|
+
base_qs = base_qs.exclude(taxonomy_id=None) # type: ignore
|
|
195
|
+
# Exclude if just the tag is deleted
|
|
196
|
+
base_qs = base_qs.exclude(tag_id=None, taxonomy__allow_free_text=False) # type: ignore
|
|
195
197
|
tags = (
|
|
196
198
|
base_qs
|
|
197
199
|
# Preload related objects, including data for the "get_lineage" method on ObjectTag/Tag:
|
|
@@ -78,7 +78,7 @@ setup(
|
|
|
78
78
|
),
|
|
79
79
|
include_package_data=True,
|
|
80
80
|
install_requires=load_requirements('requirements/base.in'),
|
|
81
|
-
python_requires=">=3.
|
|
81
|
+
python_requires=">=3.11",
|
|
82
82
|
license="AGPL 3.0",
|
|
83
83
|
zip_safe=False,
|
|
84
84
|
keywords='Python edx',
|
|
@@ -90,7 +90,6 @@ setup(
|
|
|
90
90
|
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
|
|
91
91
|
'Natural Language :: English',
|
|
92
92
|
'Programming Language :: Python :: 3',
|
|
93
|
-
'Programming Language :: Python :: 3.8',
|
|
94
93
|
'Programming Language :: Python :: 3.11',
|
|
95
94
|
'Programming Language :: Python :: 3.12',
|
|
96
95
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/api/authoring_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/__init__.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
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/apps/authoring/contents/apps.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
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning/contrib/media_server/views.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
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_learning.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/__init__.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
|
|
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.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.10.0 → openedx_learning-0.10.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.10.0 → openedx_learning-0.10.1}/openedx_tagging/core/tagging/rest_api/v1/urls.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
|