openedx-learning 0.19.2__tar.gz → 0.20.0__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.19.2/openedx_learning.egg-info → openedx_learning-0.20.0}/PKG-INFO +6 -5
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/__init__.py +1 -1
- openedx_learning-0.20.0/openedx_learning/apps/authoring/publishing/migrations/0005_alter_entitylistrow_options.py +17 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0/openedx_learning.egg-info}/PKG-INFO +6 -5
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning.egg-info/SOURCES.txt +1 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning.egg-info/requires.txt +4 -4
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/requirements/base.in +1 -1
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/setup.py +1 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/CHANGELOG.rst +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/LICENSE.txt +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/MANIFEST.in +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/README.rst +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/api/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/api/authoring.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/api/authoring_models.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/admin.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/0002_remove_collection_name_collection_created_by_and_more.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/0003_collection_entities.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/0004_collection_key.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/0005_alter_collection_options_alter_collection_enabled.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/collections/models.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/admin.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/management/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/management/commands/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/management/commands/add_assets_to_component.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/migrations/0002_alter_componentversioncontent_key.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/migrations/0003_remove_componentversioncontent_learner_downloadable.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/components/models.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/admin.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/models.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/admin.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/migrations/0002_alter_learningpackage_key_and_more.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/migrations/0003_containers.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/migrations/0004_publishableentity_can_stand_alone.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/container.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/draft_published.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/entity_list.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/learning_package.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/publish_log.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/publishing/models/publishable_entity.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/models.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/cache.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/collations.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/fields.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/managers.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/test_utils.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/lib/validators.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/py.typed +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0015_taxonomy_export_id.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0016_object_tag_export_id.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0017_alter_tagimporttask_status.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/0018_objecttag_is_copied.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/utils.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/views.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/py.typed +0 -0
- {openedx_learning-0.19.2 → openedx_learning-0.20.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
4
4
|
Summary: Open edX Learning Core and Tagging.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -10,6 +10,7 @@ Keywords: Python edx
|
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Framework :: Django
|
|
12
12
|
Classifier: Framework :: Django :: 4.2
|
|
13
|
+
Classifier: Framework :: Django :: 5.2
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
14
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
15
16
|
Classifier: Natural Language :: English
|
|
@@ -18,12 +19,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
20
|
Requires-Python: >=3.11
|
|
20
21
|
License-File: LICENSE.txt
|
|
21
|
-
Requires-Dist: edx-drf-extensions
|
|
22
|
-
Requires-Dist: rules<4.0
|
|
23
22
|
Requires-Dist: djangorestframework<4.0
|
|
24
|
-
Requires-Dist: Django<5.0
|
|
25
|
-
Requires-Dist: celery
|
|
26
23
|
Requires-Dist: attrs
|
|
24
|
+
Requires-Dist: celery
|
|
25
|
+
Requires-Dist: rules<4.0
|
|
26
|
+
Requires-Dist: edx-drf-extensions
|
|
27
|
+
Requires-Dist: Django
|
|
27
28
|
Dynamic: author
|
|
28
29
|
Dynamic: author-email
|
|
29
30
|
Dynamic: classifier
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Generated by Django 5.2 on 2025-04-08 10:50
|
|
2
|
+
|
|
3
|
+
from django.db import migrations
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('oel_publishing', '0004_publishableentity_can_stand_alone'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.AlterModelOptions(
|
|
14
|
+
name='entitylistrow',
|
|
15
|
+
options={'ordering': ['order_num']},
|
|
16
|
+
),
|
|
17
|
+
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
4
4
|
Summary: Open edX Learning Core and Tagging.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -10,6 +10,7 @@ Keywords: Python edx
|
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Framework :: Django
|
|
12
12
|
Classifier: Framework :: Django :: 4.2
|
|
13
|
+
Classifier: Framework :: Django :: 5.2
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
14
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
15
16
|
Classifier: Natural Language :: English
|
|
@@ -18,12 +19,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
20
|
Requires-Python: >=3.11
|
|
20
21
|
License-File: LICENSE.txt
|
|
21
|
-
Requires-Dist: edx-drf-extensions
|
|
22
|
-
Requires-Dist: rules<4.0
|
|
23
22
|
Requires-Dist: djangorestframework<4.0
|
|
24
|
-
Requires-Dist: Django<5.0
|
|
25
|
-
Requires-Dist: celery
|
|
26
23
|
Requires-Dist: attrs
|
|
24
|
+
Requires-Dist: celery
|
|
25
|
+
Requires-Dist: rules<4.0
|
|
26
|
+
Requires-Dist: edx-drf-extensions
|
|
27
|
+
Requires-Dist: Django
|
|
27
28
|
Dynamic: author
|
|
28
29
|
Dynamic: author-email
|
|
29
30
|
Dynamic: classifier
|
|
@@ -55,6 +55,7 @@ openedx_learning/apps/authoring/publishing/migrations/0001_initial.py
|
|
|
55
55
|
openedx_learning/apps/authoring/publishing/migrations/0002_alter_learningpackage_key_and_more.py
|
|
56
56
|
openedx_learning/apps/authoring/publishing/migrations/0003_containers.py
|
|
57
57
|
openedx_learning/apps/authoring/publishing/migrations/0004_publishableentity_can_stand_alone.py
|
|
58
|
+
openedx_learning/apps/authoring/publishing/migrations/0005_alter_entitylistrow_options.py
|
|
58
59
|
openedx_learning/apps/authoring/publishing/migrations/__init__.py
|
|
59
60
|
openedx_learning/apps/authoring/publishing/models/__init__.py
|
|
60
61
|
openedx_learning/apps/authoring/publishing/models/container.py
|
|
@@ -5,7 +5,7 @@ attrs # Reduces boilerplate code involving class attributes
|
|
|
5
5
|
|
|
6
6
|
celery # Asynchronous task execution library
|
|
7
7
|
|
|
8
|
-
Django
|
|
8
|
+
Django # Web application framework
|
|
9
9
|
|
|
10
10
|
djangorestframework<4.0 # REST API
|
|
11
11
|
edx-drf-extensions # Extensions to the Django REST Framework used by Open edX
|
|
@@ -86,6 +86,7 @@ setup(
|
|
|
86
86
|
'Development Status :: 3 - Alpha',
|
|
87
87
|
'Framework :: Django',
|
|
88
88
|
'Framework :: Django :: 4.2',
|
|
89
|
+
'Framework :: Django :: 5.2',
|
|
89
90
|
'Intended Audience :: Developers',
|
|
90
91
|
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
|
|
91
92
|
'Natural Language :: English',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/api/authoring_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/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
|
|
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.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/contents/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/apps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/apps/authoring/units/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/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
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/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.19.2 → openedx_learning-0.20.0}/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
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/openedx_tagging/core/tagging/rest_api/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.19.2 → openedx_learning-0.20.0}/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
|