lms.djangoapps package#
Subpackages#
- lms.djangoapps.badges package
- lms.djangoapps.branding package
- Submodules
- lms.djangoapps.branding.api module
- lms.djangoapps.branding.api_urls module
- lms.djangoapps.branding.models module
BrandingApiConfigBrandingApiConfig.DoesNotExistBrandingApiConfig.MultipleObjectsReturnedBrandingApiConfig.change_dateBrandingApiConfig.changed_byBrandingApiConfig.changed_by_idBrandingApiConfig.enabledBrandingApiConfig.get_next_by_change_date()BrandingApiConfig.get_previous_by_change_date()BrandingApiConfig.id
BrandingInfoConfigBrandingInfoConfig.DoesNotExistBrandingInfoConfig.MultipleObjectsReturnedBrandingInfoConfig.change_dateBrandingInfoConfig.changed_byBrandingInfoConfig.changed_by_idBrandingInfoConfig.clean()BrandingInfoConfig.configurationBrandingInfoConfig.enabledBrandingInfoConfig.get_config()BrandingInfoConfig.get_next_by_change_date()BrandingInfoConfig.get_previous_by_change_date()BrandingInfoConfig.id
- lms.djangoapps.branding.test_toggles module
- lms.djangoapps.branding.toggles module
- lms.djangoapps.branding.views module
- Module contents
- lms.djangoapps.bulk_email package
- Submodules
- lms.djangoapps.bulk_email.api module
- lms.djangoapps.bulk_email.apps module
- lms.djangoapps.bulk_email.data module
- lms.djangoapps.bulk_email.forms module
- lms.djangoapps.bulk_email.message_types module
- lms.djangoapps.bulk_email.messages module
- lms.djangoapps.bulk_email.models module
BulkEmailFlagBulkEmailFlag.DoesNotExistBulkEmailFlag.MultipleObjectsReturnedBulkEmailFlag.change_dateBulkEmailFlag.changed_byBulkEmailFlag.changed_by_idBulkEmailFlag.enabledBulkEmailFlag.feature_enabled()BulkEmailFlag.get_next_by_change_date()BulkEmailFlag.get_previous_by_change_date()BulkEmailFlag.idBulkEmailFlag.require_course_email_auth
CohortTargetCourseAuthorizationCourseEmailCourseEmail.DoesNotExistCourseEmail.MultipleObjectsReturnedCourseEmail.course_idCourseEmail.create()CourseEmail.createdCourseEmail.from_addrCourseEmail.get_next_by_created()CourseEmail.get_next_by_modified()CourseEmail.get_previous_by_created()CourseEmail.get_previous_by_modified()CourseEmail.get_template()CourseEmail.get_to_option_display()CourseEmail.html_messageCourseEmail.idCourseEmail.modifiedCourseEmail.objectsCourseEmail.senderCourseEmail.sender_idCourseEmail.slugCourseEmail.subjectCourseEmail.targetsCourseEmail.template_nameCourseEmail.text_messageCourseEmail.to_option
CourseEmailTemplateCourseEmailTemplate.DoesNotExistCourseEmailTemplate.MultipleObjectsReturnedCourseEmailTemplate.get_template()CourseEmailTemplate.html_templateCourseEmailTemplate.idCourseEmailTemplate.nameCourseEmailTemplate.objectsCourseEmailTemplate.plain_templateCourseEmailTemplate.render_htmltext()CourseEmailTemplate.render_plaintext()
CourseModeTargetDisabledCourseEmailOptoutTarget
- lms.djangoapps.bulk_email.models_api module
- lms.djangoapps.bulk_email.policies module
- lms.djangoapps.bulk_email.signals module
- lms.djangoapps.bulk_email.tasks module
- lms.djangoapps.bulk_email.toggles module
- lms.djangoapps.bulk_email.urls module
- lms.djangoapps.bulk_email.views module
- Module contents
- lms.djangoapps.bulk_enroll package
- lms.djangoapps.bulk_user_retirement package
- lms.djangoapps.ccx package
- Subpackages
- Submodules
- lms.djangoapps.ccx.apps module
- lms.djangoapps.ccx.custom_exception module
- lms.djangoapps.ccx.models module
CcxFieldOverrideCustomCourseForEdXCustomCourseForEdX.DoesNotExistCustomCourseForEdX.MultipleObjectsReturnedCustomCourseForEdX.ccxfieldoverride_setCustomCourseForEdX.coachCustomCourseForEdX.coach_idCustomCourseForEdX.course()CustomCourseForEdX.course_idCustomCourseForEdX.display_nameCustomCourseForEdX.due()CustomCourseForEdX.has_ended()CustomCourseForEdX.has_started()CustomCourseForEdX.idCustomCourseForEdX.locatorCustomCourseForEdX.max_student_enrollments_allowed()CustomCourseForEdX.objectsCustomCourseForEdX.start()CustomCourseForEdX.structureCustomCourseForEdX.structure_json
- lms.djangoapps.ccx.modulestore module
CCXModulestoreWrapperCCXModulestoreWrapper.branch_setting()CCXModulestoreWrapper.bulk_operations()CCXModulestoreWrapper.check_supports()CCXModulestoreWrapper.clone_course()CCXModulestoreWrapper.convert_to_draft()CCXModulestoreWrapper.copy_from_template()CCXModulestoreWrapper.create_child()CCXModulestoreWrapper.create_item()CCXModulestoreWrapper.create_xblock()CCXModulestoreWrapper.delete_course()CCXModulestoreWrapper.delete_item()CCXModulestoreWrapper.fill_in_run()CCXModulestoreWrapper.get_block_original_usage()CCXModulestoreWrapper.get_course()CCXModulestoreWrapper.get_item()CCXModulestoreWrapper.get_items()CCXModulestoreWrapper.get_modulestore_type()CCXModulestoreWrapper.get_orphans()CCXModulestoreWrapper.get_parent_location()CCXModulestoreWrapper.has_changes()CCXModulestoreWrapper.has_course()CCXModulestoreWrapper.has_item()CCXModulestoreWrapper.has_published_version()CCXModulestoreWrapper.import_xblock()CCXModulestoreWrapper.publish()CCXModulestoreWrapper.revert_to_published()CCXModulestoreWrapper.unpublish()CCXModulestoreWrapper.update_item()
remove_ccx()restore_ccx()restore_ccx_collection()strip_ccx()
- lms.djangoapps.ccx.overrides module
- lms.djangoapps.ccx.permissions module
- lms.djangoapps.ccx.plugins module
- lms.djangoapps.ccx.tasks module
- lms.djangoapps.ccx.urls module
- lms.djangoapps.ccx.utils module
add_master_course_staff_to_ccx()assign_staff_role_to_ccx()ccx_course()ccx_students_enrolling_center()get_ccx_by_ccx_id()get_ccx_creation_dict()get_ccx_for_coach()get_ccx_from_ccx_locator()get_date()get_enrollment_action_and_identifiers()get_valid_student_with_email()is_email()parse_date()remove_master_course_staff_from_ccx()validate_date()
- lms.djangoapps.ccx.views module
- Module contents
- lms.djangoapps.certificates package
- Subpackages
- Submodules
- lms.djangoapps.certificates.api module
auto_certificate_generation_enabled()available_date_for_certificate()can_be_added_to_allowlist()can_show_certificate_available_date_field()can_show_certificate_message()certificate_downloadable_status()certificate_info_for_user()certificate_status_for_student()certificates_viewable_for_course()clear_pii_from_certificate_records_for_user()create_certificate_invalidation_entry()create_generated_certificate()create_or_update_certificate_allowlist_entry()create_or_update_certificate_generation_history()create_or_update_eligible_certificate_for_user()display_date_for_certificate()example_certificates_status()generate_certificate_task()get_active_web_certificate()get_allowlist()get_allowlist_entry()get_allowlisted_users()get_asset_url_by_slug()get_cert_history_for_course_id()get_cert_invalidations_for_course()get_certificate_footer_context()get_certificate_for_user()get_certificate_for_user_id()get_certificate_generation_history()get_certificate_header_context()get_certificate_invalidation_entry()get_certificate_template()get_certificate_url()get_certificates_by_course_and_status()get_certificates_for_course_and_users()get_certificates_for_user()get_certificates_for_user_by_course_keys()get_certs_with_modified_overrides()get_course_ids_from_certs_for_user()get_eligible_and_available_certificates()get_eligible_certificate()get_enrolled_allowlisted_not_passing_users()get_enrolled_allowlisted_users()get_generated_certificate()get_recently_modified_certificates()get_unique_certificate_statuses()has_html_certificates_enabled()has_self_generated_certificates_enabled()invalidate_certificate()is_certificate_generation_enabled()is_certificate_invalidated()is_on_allowlist()is_valid_pdf_certificate()remove_allowlist_entry()set_cert_generation_enabled()set_certificate_generation_config()
- lms.djangoapps.certificates.apps module
- lms.djangoapps.certificates.config module
- lms.djangoapps.certificates.data module
CertificateStatusesCertificateStatuses.NON_REFUNDABLE_STATUSESCertificateStatuses.PASSED_STATUSESCertificateStatuses.audit_notpassingCertificateStatuses.audit_passingCertificateStatuses.auditingCertificateStatuses.deletedCertificateStatuses.deletingCertificateStatuses.downloadableCertificateStatuses.errorCertificateStatuses.generatingCertificateStatuses.honor_passingCertificateStatuses.invalidatedCertificateStatuses.is_passing_status()CertificateStatuses.is_refundable_status()CertificateStatuses.notpassingCertificateStatuses.readable_statusesCertificateStatuses.requestingCertificateStatuses.restrictedCertificateStatuses.unavailableCertificateStatuses.unverified
GeneratedCertificateDataGeneratedCertificateData.userGeneratedCertificateData.course_idGeneratedCertificateData.verify_uuidGeneratedCertificateData.gradeGeneratedCertificateData.keyGeneratedCertificateData.distinctionGeneratedCertificateData.statusGeneratedCertificateData.modeGeneratedCertificateData.nameGeneratedCertificateData.created_dateGeneratedCertificateData.modified_dateGeneratedCertificateData.download_uuidGeneratedCertificateData.download_urlGeneratedCertificateData.error_reasonGeneratedCertificateData.validate_mode()GeneratedCertificateData.course_idGeneratedCertificateData.created_dateGeneratedCertificateData.distinctionGeneratedCertificateData.download_urlGeneratedCertificateData.download_uuidGeneratedCertificateData.error_reasonGeneratedCertificateData.gradeGeneratedCertificateData.keyGeneratedCertificateData.modeGeneratedCertificateData.modified_dateGeneratedCertificateData.nameGeneratedCertificateData.statusGeneratedCertificateData.userGeneratedCertificateData.validate_mode()GeneratedCertificateData.verify_uuid
- lms.djangoapps.certificates.generation module
- lms.djangoapps.certificates.generation_handler module
- lms.djangoapps.certificates.models module
CertificateAllowlistCertificateAllowlist.DoesNotExistCertificateAllowlist.MultipleObjectsReturnedCertificateAllowlist.allowlistCertificateAllowlist.course_idCertificateAllowlist.createdCertificateAllowlist.get_certificate_allowlist()CertificateAllowlist.get_next_by_created()CertificateAllowlist.get_next_by_modified()CertificateAllowlist.get_previous_by_created()CertificateAllowlist.get_previous_by_modified()CertificateAllowlist.historyCertificateAllowlist.idCertificateAllowlist.modifiedCertificateAllowlist.notesCertificateAllowlist.objectsCertificateAllowlist.save_without_historical_record()CertificateAllowlist.userCertificateAllowlist.user_id
CertificateDateOverrideCertificateDateOverride.DoesNotExistCertificateDateOverride.MultipleObjectsReturnedCertificateDateOverride.createdCertificateDateOverride.dateCertificateDateOverride.generated_certificateCertificateDateOverride.generated_certificate_idCertificateDateOverride.get_next_by_created()CertificateDateOverride.get_next_by_date()CertificateDateOverride.get_next_by_modified()CertificateDateOverride.get_previous_by_created()CertificateDateOverride.get_previous_by_date()CertificateDateOverride.get_previous_by_modified()CertificateDateOverride.historyCertificateDateOverride.idCertificateDateOverride.modifiedCertificateDateOverride.objectsCertificateDateOverride.overridden_byCertificateDateOverride.overridden_by_idCertificateDateOverride.reasonCertificateDateOverride.save()CertificateDateOverride.save_without_historical_record()CertificateDateOverride.send_course_cert_changed_signal()
CertificateGenerationCommandConfigurationCertificateGenerationCommandConfiguration.DoesNotExistCertificateGenerationCommandConfiguration.MultipleObjectsReturnedCertificateGenerationCommandConfiguration.argumentsCertificateGenerationCommandConfiguration.change_dateCertificateGenerationCommandConfiguration.changed_byCertificateGenerationCommandConfiguration.changed_by_idCertificateGenerationCommandConfiguration.enabledCertificateGenerationCommandConfiguration.get_next_by_change_date()CertificateGenerationCommandConfiguration.get_previous_by_change_date()CertificateGenerationCommandConfiguration.id
CertificateGenerationConfigurationCertificateGenerationConfiguration.DoesNotExistCertificateGenerationConfiguration.MultipleObjectsReturnedCertificateGenerationConfiguration.change_dateCertificateGenerationConfiguration.changed_byCertificateGenerationConfiguration.changed_by_idCertificateGenerationConfiguration.enabledCertificateGenerationConfiguration.get_next_by_change_date()CertificateGenerationConfiguration.get_previous_by_change_date()CertificateGenerationConfiguration.id
CertificateGenerationCourseSettingCertificateGenerationCourseSetting.DoesNotExistCertificateGenerationCourseSetting.MultipleObjectsReturnedCertificateGenerationCourseSetting.course_keyCertificateGenerationCourseSetting.createdCertificateGenerationCourseSetting.get()CertificateGenerationCourseSetting.get_next_by_created()CertificateGenerationCourseSetting.get_next_by_modified()CertificateGenerationCourseSetting.get_previous_by_created()CertificateGenerationCourseSetting.get_previous_by_modified()CertificateGenerationCourseSetting.idCertificateGenerationCourseSetting.include_hours_of_effortCertificateGenerationCourseSetting.is_self_generation_enabled_for_course()CertificateGenerationCourseSetting.language_specific_templates_enabledCertificateGenerationCourseSetting.modifiedCertificateGenerationCourseSetting.objectsCertificateGenerationCourseSetting.self_generation_enabledCertificateGenerationCourseSetting.set_self_generation_enabled_for_course()
CertificateGenerationHistoryCertificateGenerationHistory.DoesNotExistCertificateGenerationHistory.MultipleObjectsReturnedCertificateGenerationHistory.course_idCertificateGenerationHistory.createdCertificateGenerationHistory.generated_byCertificateGenerationHistory.generated_by_idCertificateGenerationHistory.get_certificate_generation_candidates()CertificateGenerationHistory.get_next_by_created()CertificateGenerationHistory.get_next_by_modified()CertificateGenerationHistory.get_previous_by_created()CertificateGenerationHistory.get_previous_by_modified()CertificateGenerationHistory.get_task_name()CertificateGenerationHistory.idCertificateGenerationHistory.instructor_taskCertificateGenerationHistory.instructor_task_idCertificateGenerationHistory.is_regenerationCertificateGenerationHistory.modifiedCertificateGenerationHistory.objects
CertificateHtmlViewConfigurationCertificateHtmlViewConfiguration.DoesNotExistCertificateHtmlViewConfiguration.MultipleObjectsReturnedCertificateHtmlViewConfiguration.change_dateCertificateHtmlViewConfiguration.changed_byCertificateHtmlViewConfiguration.changed_by_idCertificateHtmlViewConfiguration.clean()CertificateHtmlViewConfiguration.configurationCertificateHtmlViewConfiguration.enabledCertificateHtmlViewConfiguration.get_config()CertificateHtmlViewConfiguration.get_next_by_change_date()CertificateHtmlViewConfiguration.get_previous_by_change_date()CertificateHtmlViewConfiguration.id
CertificateInvalidationCertificateInvalidation.DoesNotExistCertificateInvalidation.MultipleObjectsReturnedCertificateInvalidation.activeCertificateInvalidation.createdCertificateInvalidation.deactivate()CertificateInvalidation.generated_certificateCertificateInvalidation.generated_certificate_idCertificateInvalidation.get_certificate_invalidations()CertificateInvalidation.get_next_by_created()CertificateInvalidation.get_next_by_modified()CertificateInvalidation.get_previous_by_created()CertificateInvalidation.get_previous_by_modified()CertificateInvalidation.has_certificate_invalidation()CertificateInvalidation.historyCertificateInvalidation.idCertificateInvalidation.invalidated_byCertificateInvalidation.invalidated_by_idCertificateInvalidation.modifiedCertificateInvalidation.notesCertificateInvalidation.objectsCertificateInvalidation.save_without_historical_record()
CertificateSocialNetworksCertificateTemplateCertificateTemplate.DoesNotExistCertificateTemplate.MultipleObjectsReturnedCertificateTemplate.course_keyCertificateTemplate.createdCertificateTemplate.descriptionCertificateTemplate.get_mode_display()CertificateTemplate.get_next_by_created()CertificateTemplate.get_next_by_modified()CertificateTemplate.get_previous_by_created()CertificateTemplate.get_previous_by_modified()CertificateTemplate.idCertificateTemplate.is_activeCertificateTemplate.languageCertificateTemplate.modeCertificateTemplate.modifiedCertificateTemplate.nameCertificateTemplate.objectsCertificateTemplate.organization_idCertificateTemplate.template
CertificateTemplateAssetCertificateTemplateAsset.DoesNotExistCertificateTemplateAsset.MultipleObjectsReturnedCertificateTemplateAsset.assetCertificateTemplateAsset.asset_slugCertificateTemplateAsset.createdCertificateTemplateAsset.descriptionCertificateTemplateAsset.get_next_by_created()CertificateTemplateAsset.get_next_by_modified()CertificateTemplateAsset.get_previous_by_created()CertificateTemplateAsset.get_previous_by_modified()CertificateTemplateAsset.idCertificateTemplateAsset.modifiedCertificateTemplateAsset.objectsCertificateTemplateAsset.save()
EligibleAvailableCertificateManagerEligibleCertificateManagerExampleCertificateExampleCertificate.DoesNotExistExampleCertificate.EXAMPLE_FULL_NAMEExampleCertificate.MultipleObjectsReturnedExampleCertificate.STATUS_ERRORExampleCertificate.STATUS_STARTEDExampleCertificate.STATUS_SUCCESSExampleCertificate.access_keyExampleCertificate.course_keyExampleCertificate.createdExampleCertificate.descriptionExampleCertificate.download_urlExampleCertificate.error_reasonExampleCertificate.example_cert_setExampleCertificate.example_cert_set_idExampleCertificate.full_nameExampleCertificate.get_next_by_created()ExampleCertificate.get_next_by_modified()ExampleCertificate.get_previous_by_created()ExampleCertificate.get_previous_by_modified()ExampleCertificate.get_status_display()ExampleCertificate.idExampleCertificate.modifiedExampleCertificate.objectsExampleCertificate.statusExampleCertificate.status_dictExampleCertificate.templateExampleCertificate.update_status()ExampleCertificate.uuid
ExampleCertificateSetExampleCertificateSet.DoesNotExistExampleCertificateSet.MultipleObjectsReturnedExampleCertificateSet.course_keyExampleCertificateSet.create_example_set()ExampleCertificateSet.createdExampleCertificateSet.examplecertificate_setExampleCertificateSet.get_next_by_created()ExampleCertificateSet.get_next_by_modified()ExampleCertificateSet.get_previous_by_created()ExampleCertificateSet.get_previous_by_modified()ExampleCertificateSet.idExampleCertificateSet.latest_status()ExampleCertificateSet.modifiedExampleCertificateSet.objects
GeneratedCertificateGeneratedCertificate.CourseModeGeneratedCertificate.DoesNotExistGeneratedCertificate.MODESGeneratedCertificate.MultipleObjectsReturnedGeneratedCertificate.VERIFIED_CERTS_MODESGeneratedCertificate.certificate_for_student()GeneratedCertificate.certificateinvalidation_setGeneratedCertificate.course_idGeneratedCertificate.course_ids_with_certs_for_user()GeneratedCertificate.created_dateGeneratedCertificate.date_overrideGeneratedCertificate.distinctionGeneratedCertificate.download_urlGeneratedCertificate.download_uuidGeneratedCertificate.eligible_available_certificatesGeneratedCertificate.eligible_certificatesGeneratedCertificate.error_reasonGeneratedCertificate.get_mode_display()GeneratedCertificate.get_next_by_created_date()GeneratedCertificate.get_next_by_modified_date()GeneratedCertificate.get_previous_by_created_date()GeneratedCertificate.get_previous_by_modified_date()GeneratedCertificate.get_unique_statuses()GeneratedCertificate.gradeGeneratedCertificate.historyGeneratedCertificate.idGeneratedCertificate.invalidate()GeneratedCertificate.is_valid()GeneratedCertificate.keyGeneratedCertificate.mark_notpassing()GeneratedCertificate.mark_unverified()GeneratedCertificate.modeGeneratedCertificate.modified_dateGeneratedCertificate.nameGeneratedCertificate.objectsGeneratedCertificate.save()GeneratedCertificate.save_without_historical_record()GeneratedCertificate.statusGeneratedCertificate.userGeneratedCertificate.user_idGeneratedCertificate.verify_uuid
ModifiedCertificateTemplateCommandConfigurationModifiedCertificateTemplateCommandConfiguration.DoesNotExistModifiedCertificateTemplateCommandConfiguration.MultipleObjectsReturnedModifiedCertificateTemplateCommandConfiguration.argumentsModifiedCertificateTemplateCommandConfiguration.change_dateModifiedCertificateTemplateCommandConfiguration.changed_byModifiedCertificateTemplateCommandConfiguration.changed_by_idModifiedCertificateTemplateCommandConfiguration.enabledModifiedCertificateTemplateCommandConfiguration.get_next_by_change_date()ModifiedCertificateTemplateCommandConfiguration.get_previous_by_change_date()ModifiedCertificateTemplateCommandConfiguration.id
PurgeReferencestoPDFCertificatesCommandConfigurationPurgeReferencestoPDFCertificatesCommandConfiguration.DoesNotExistPurgeReferencestoPDFCertificatesCommandConfiguration.MultipleObjectsReturnedPurgeReferencestoPDFCertificatesCommandConfiguration.argumentsPurgeReferencestoPDFCertificatesCommandConfiguration.change_datePurgeReferencestoPDFCertificatesCommandConfiguration.changed_byPurgeReferencestoPDFCertificatesCommandConfiguration.changed_by_idPurgeReferencestoPDFCertificatesCommandConfiguration.enabledPurgeReferencestoPDFCertificatesCommandConfiguration.get_next_by_change_date()PurgeReferencestoPDFCertificatesCommandConfiguration.get_previous_by_change_date()PurgeReferencestoPDFCertificatesCommandConfiguration.id
handle_certificate_date_override_delete()handle_course_cert_awarded()template_assets_path()
- lms.djangoapps.certificates.permissions module
- lms.djangoapps.certificates.services module
- lms.djangoapps.certificates.signals module
- lms.djangoapps.certificates.tasks module
- lms.djangoapps.certificates.urls module
- lms.djangoapps.certificates.utils module
- Module contents
- lms.djangoapps.commerce package
- Subpackages
- Submodules
- lms.djangoapps.commerce.apps module
- lms.djangoapps.commerce.constants module
- lms.djangoapps.commerce.exceptions module
- lms.djangoapps.commerce.http module
- lms.djangoapps.commerce.models module
CommerceConfigurationCommerceConfiguration.API_NAMECommerceConfiguration.CACHE_KEYCommerceConfiguration.DEFAULT_ORDER_DASHBOARD_URLCommerceConfiguration.DEFAULT_RECEIPT_PAGE_URLCommerceConfiguration.DoesNotExistCommerceConfiguration.MultipleObjectsReturnedCommerceConfiguration.basket_checkout_pageCommerceConfiguration.cache_ttlCommerceConfiguration.change_dateCommerceConfiguration.changed_byCommerceConfiguration.changed_by_idCommerceConfiguration.checkout_on_ecommerce_serviceCommerceConfiguration.enable_automatic_refund_approvalCommerceConfiguration.enabledCommerceConfiguration.get_next_by_change_date()CommerceConfiguration.get_previous_by_change_date()CommerceConfiguration.idCommerceConfiguration.is_cache_enabledCommerceConfiguration.receipt_page
- lms.djangoapps.commerce.signals module
- lms.djangoapps.commerce.utils module
EcommerceServiceEcommerceService.ecommerce_url_rootEcommerceService.get_absolute_ecommerce_url()EcommerceService.get_checkout_page_url()EcommerceService.get_order_dashboard_url()EcommerceService.get_receipt_page_url()EcommerceService.is_enabled()EcommerceService.payment_page_url()EcommerceService.upgrade_url()
auto_enroll()create_zendesk_ticket()get_program_price_info()is_account_activation_requirement_disabled()refund_entitlement()refund_seat()
- Module contents
- lms.djangoapps.course_api package
- Subpackages
- lms.djangoapps.course_api.blocks package
- Subpackages
- Submodules
- lms.djangoapps.course_api.blocks.api module
- lms.djangoapps.course_api.blocks.forms module
- lms.djangoapps.course_api.blocks.permissions module
- lms.djangoapps.course_api.blocks.serializers module
- lms.djangoapps.course_api.blocks.toggles module
- lms.djangoapps.course_api.blocks.urls module
- lms.djangoapps.course_api.blocks.utils module
- lms.djangoapps.course_api.blocks.views module
- Module contents
- lms.djangoapps.course_api.blocks package
- Submodules
- lms.djangoapps.course_api.api module
- lms.djangoapps.course_api.exceptions module
- lms.djangoapps.course_api.forms module
- lms.djangoapps.course_api.permissions module
- lms.djangoapps.course_api.serializers module
- lms.djangoapps.course_api.urls module
- lms.djangoapps.course_api.views module
CourseDetailViewCourseIdListUserThrottleCourseIdListViewCourseIdListView.CourseIdListPageNumberPaginationCourseIdListView.authentication_classesCourseIdListView.filter_queryset()CourseIdListView.get_paginated_response()CourseIdListView.get_queryset()CourseIdListView.get_serializer()CourseIdListView.paginate_queryset()CourseIdListView.pagination_classCourseIdListView.permission_classesCourseIdListView.serializer_classCourseIdListView.throttle_classes
CourseListUserThrottleCourseListViewLazyPageNumberPagination
- Module contents
- Subpackages
- lms.djangoapps.course_blocks package
- Subpackages
- lms.djangoapps.course_blocks.transformers package
- Submodules
- lms.djangoapps.course_blocks.transformers.access_denied_filter module
- lms.djangoapps.course_blocks.transformers.hidden_content module
- lms.djangoapps.course_blocks.transformers.library_content module
- lms.djangoapps.course_blocks.transformers.load_override_data module
- lms.djangoapps.course_blocks.transformers.split_test module
- lms.djangoapps.course_blocks.transformers.start_date module
- lms.djangoapps.course_blocks.transformers.user_partitions module
- lms.djangoapps.course_blocks.transformers.utils module
- lms.djangoapps.course_blocks.transformers.visibility module
- Module contents
- lms.djangoapps.course_blocks.transformers package
- Submodules
- lms.djangoapps.course_blocks.api module
- lms.djangoapps.course_blocks.usage_info module
- lms.djangoapps.course_blocks.utils module
- Module contents
- Subpackages
- lms.djangoapps.course_goals package
- Subpackages
- Submodules
- lms.djangoapps.course_goals.api module
- lms.djangoapps.course_goals.apps module
- lms.djangoapps.course_goals.handlers module
- lms.djangoapps.course_goals.models module
CourseGoalCourseGoal.DoesNotExistCourseGoal.MultipleObjectsReturnedCourseGoal.course_keyCourseGoal.days_per_weekCourseGoal.get_goal_key_display()CourseGoal.goal_keyCourseGoal.historyCourseGoal.idCourseGoal.objectsCourseGoal.reminder_statusCourseGoal.save()CourseGoal.save_without_historical_record()CourseGoal.subscribed_to_remindersCourseGoal.unsubscribe_tokenCourseGoal.userCourseGoal.user_id
CourseGoalReminderStatusCourseGoalReminderStatus.DoesNotExistCourseGoalReminderStatus.MultipleObjectsReturnedCourseGoalReminderStatus.createdCourseGoalReminderStatus.email_reminder_sentCourseGoalReminderStatus.get_next_by_created()CourseGoalReminderStatus.get_next_by_modified()CourseGoalReminderStatus.get_previous_by_created()CourseGoalReminderStatus.get_previous_by_modified()CourseGoalReminderStatus.goalCourseGoalReminderStatus.goal_idCourseGoalReminderStatus.idCourseGoalReminderStatus.modifiedCourseGoalReminderStatus.objects
UserActivity
- Module contents
- lms.djangoapps.course_home_api package
- Subpackages
- Submodules
- lms.djangoapps.course_home_api.apps module
- lms.djangoapps.course_home_api.models module
DisableProgressPageStackedConfigDisableProgressPageStackedConfig.DoesNotExistDisableProgressPageStackedConfig.MultipleObjectsReturnedDisableProgressPageStackedConfig.STACKABLE_FIELDSDisableProgressPageStackedConfig.change_dateDisableProgressPageStackedConfig.changed_byDisableProgressPageStackedConfig.changed_by_idDisableProgressPageStackedConfig.courseDisableProgressPageStackedConfig.course_idDisableProgressPageStackedConfig.disabledDisableProgressPageStackedConfig.enabledDisableProgressPageStackedConfig.get_next_by_change_date()DisableProgressPageStackedConfig.get_previous_by_change_date()DisableProgressPageStackedConfig.idDisableProgressPageStackedConfig.orgDisableProgressPageStackedConfig.org_courseDisableProgressPageStackedConfig.siteDisableProgressPageStackedConfig.site_id
- lms.djangoapps.course_home_api.serializers module
- lms.djangoapps.course_home_api.tasks module
- lms.djangoapps.course_home_api.toggles module
- lms.djangoapps.course_home_api.urls module
- lms.djangoapps.course_home_api.utils module
- Module contents
- lms.djangoapps.course_wiki package
- lms.djangoapps.courseware package
- Subpackages
- Submodules
- lms.djangoapps.courseware.access module
- lms.djangoapps.courseware.access_response module
AccessErrorAccessResponseAuthenticationRequiredAccessErrorCatalogVisibilityErrorDataSharingConsentRequiredAccessErrorEnrollmentRequiredAccessErrorIncorrectActiveEnterpriseAccessErrorIncorrectPartitionGroupErrorMilestoneAccessErrorMobileAvailabilityErrorNoAllowedPartitionGroupsErrorOldMongoAccessErrorStartDateEnterpriseLearnerErrorStartDateErrorVisibilityError
- lms.djangoapps.courseware.access_utils module
- lms.djangoapps.courseware.block_render module
LmsModuleRenderErrorappend_data_to_webob_response()display_access_messages()get_block()get_block_by_usage_id()get_block_for_descriptor()handle_xblock_callback()handle_xblock_callback_noauth()load_single_xblock()make_track_function()prepare_runtime_for_user()toc_for_course()xblock_view()xqueue_callback()
- lms.djangoapps.courseware.config module
- lms.djangoapps.courseware.constants module
- lms.djangoapps.courseware.context_processor module
- lms.djangoapps.courseware.course_tools module
- lms.djangoapps.courseware.courses module
can_self_enroll_in_course()check_course_access()check_course_access_with_redirect()course_open_for_self_enrollment()date_block_key_fn()find_file()get_assignments_completions()get_assignments_grades()get_cms_block_link()get_cms_course_link()get_course()get_course_about_section()get_course_assignment_date_blocks()get_course_assignments()get_course_blocks_completion_summary()get_course_chapter_ids()get_course_date_blocks()get_course_info_section()get_course_info_section_block()get_course_info_usage_key()get_course_overview_with_access()get_course_syllabus_section()get_course_with_access()get_courses()get_current_child()get_first_component_of_block()get_ora_as_assignments()get_ora_blocks_as_assignments()get_past_and_future_course_assignments()get_permission_for_course_about()get_problems_in_section()get_studio_url()sort_by_announcement()sort_by_start_date()
- lms.djangoapps.courseware.courseware_access_exception module
- lms.djangoapps.courseware.date_summary module
CertificateAvailableDateCourseAssignmentDateCourseEndDateCourseExpiredDateCourseStartDateDateSummaryDateSummary.css_classDateSummary.current_timeDateSummary.dateDateSummary.date_formatDateSummary.date_html()DateSummary.date_typeDateSummary.deadline_has_passed()DateSummary.descriptionDateSummary.extra_infoDateSummary.is_allowed()DateSummary.is_enabledDateSummary.linkDateSummary.link_textDateSummary.long_date_htmlDateSummary.relative_datestringDateSummary.short_time_htmlDateSummary.time_remaining_stringDateSummary.titleDateSummary.title_html
TodaysDateVerificationDeadlineDateVerificationDeadlineDate.css_classVerificationDeadlineDate.date()VerificationDeadlineDate.date_typeVerificationDeadlineDate.descriptionVerificationDeadlineDate.is_allowed()VerificationDeadlineDate.is_enabledVerificationDeadlineDate.linkVerificationDeadlineDate.link_tableVerificationDeadlineDate.link_textVerificationDeadlineDate.must_retry()VerificationDeadlineDate.titleVerificationDeadlineDate.verification_status()
VerifiedUpgradeDeadlineDateVerifiedUpgradeDeadlineDate.css_classVerifiedUpgradeDeadlineDate.date()VerifiedUpgradeDeadlineDate.date_typeVerifiedUpgradeDeadlineDate.descriptionVerifiedUpgradeDeadlineDate.enrollmentVerifiedUpgradeDeadlineDate.is_allowed()VerifiedUpgradeDeadlineDate.linkVerifiedUpgradeDeadlineDate.link_textVerifiedUpgradeDeadlineDate.relative_datestringVerifiedUpgradeDeadlineDate.title
- lms.djangoapps.courseware.entrance_exams module
- lms.djangoapps.courseware.exceptions module
- lms.djangoapps.courseware.field_overrides module
- lms.djangoapps.courseware.fields module
- lms.djangoapps.courseware.masquerade module
CourseMasqueradeMasqueradeViewMasqueradingKeyValueStorecheck_content_start_date_for_masquerade_user()filter_displayed_blocks()get_course_masquerade()get_masquerade_role()get_masquerading_user_group()get_specific_masquerading_user()is_masquerading()is_masquerading_as_audit_enrollment()is_masquerading_as_full_access()is_masquerading_as_limited_access()is_masquerading_as_non_audit_enrollment()is_masquerading_as_specific_student()is_masquerading_as_staff()is_masquerading_as_student()setup_masquerade()
- lms.djangoapps.courseware.middleware module
- lms.djangoapps.courseware.model_data module
- lms.djangoapps.courseware.models module
BaseStudentModuleHistoryBaseStudentModuleHistory.HISTORY_SAVING_TYPESBaseStudentModuleHistory.MetaBaseStudentModuleHistory.createdBaseStudentModuleHistory.csmBaseStudentModuleHistory.get_history()BaseStudentModuleHistory.get_next_by_created()BaseStudentModuleHistory.get_previous_by_created()BaseStudentModuleHistory.gradeBaseStudentModuleHistory.max_gradeBaseStudentModuleHistory.objectsBaseStudentModuleHistory.save_history_entry()BaseStudentModuleHistory.stateBaseStudentModuleHistory.version
ChunkingManagerCourseDynamicUpgradeDeadlineConfigurationCourseDynamicUpgradeDeadlineConfiguration.DoesNotExistCourseDynamicUpgradeDeadlineConfiguration.KEY_FIELDSCourseDynamicUpgradeDeadlineConfiguration.MultipleObjectsReturnedCourseDynamicUpgradeDeadlineConfiguration.change_dateCourseDynamicUpgradeDeadlineConfiguration.changed_byCourseDynamicUpgradeDeadlineConfiguration.changed_by_idCourseDynamicUpgradeDeadlineConfiguration.course_idCourseDynamicUpgradeDeadlineConfiguration.deadline_daysCourseDynamicUpgradeDeadlineConfiguration.enabledCourseDynamicUpgradeDeadlineConfiguration.get_next_by_change_date()CourseDynamicUpgradeDeadlineConfiguration.get_previous_by_change_date()CourseDynamicUpgradeDeadlineConfiguration.idCourseDynamicUpgradeDeadlineConfiguration.opt_out
DynamicUpgradeDeadlineConfigurationDynamicUpgradeDeadlineConfiguration.DoesNotExistDynamicUpgradeDeadlineConfiguration.MultipleObjectsReturnedDynamicUpgradeDeadlineConfiguration.change_dateDynamicUpgradeDeadlineConfiguration.changed_byDynamicUpgradeDeadlineConfiguration.changed_by_idDynamicUpgradeDeadlineConfiguration.deadline_daysDynamicUpgradeDeadlineConfiguration.enabledDynamicUpgradeDeadlineConfiguration.get_next_by_change_date()DynamicUpgradeDeadlineConfiguration.get_previous_by_change_date()DynamicUpgradeDeadlineConfiguration.id
FinancialAssistanceConfigurationFinancialAssistanceConfiguration.DoesNotExistFinancialAssistanceConfiguration.MultipleObjectsReturnedFinancialAssistanceConfiguration.api_base_urlFinancialAssistanceConfiguration.change_dateFinancialAssistanceConfiguration.changed_byFinancialAssistanceConfiguration.changed_by_idFinancialAssistanceConfiguration.enabledFinancialAssistanceConfiguration.fa_backend_enabled_courses_percentageFinancialAssistanceConfiguration.get_next_by_change_date()FinancialAssistanceConfiguration.get_previous_by_change_date()FinancialAssistanceConfiguration.get_service_user()FinancialAssistanceConfiguration.idFinancialAssistanceConfiguration.service_username
LastSeenCoursewareTimezoneOfflineComputedGradeOfflineComputedGrade.DoesNotExistOfflineComputedGrade.MultipleObjectsReturnedOfflineComputedGrade.course_idOfflineComputedGrade.createdOfflineComputedGrade.get_next_by_updated()OfflineComputedGrade.get_previous_by_updated()OfflineComputedGrade.gradesetOfflineComputedGrade.idOfflineComputedGrade.objectsOfflineComputedGrade.updatedOfflineComputedGrade.userOfflineComputedGrade.user_id
OfflineComputedGradeLogOptOutDynamicUpgradeDeadlineMixinOrgDynamicUpgradeDeadlineConfigurationOrgDynamicUpgradeDeadlineConfiguration.DoesNotExistOrgDynamicUpgradeDeadlineConfiguration.KEY_FIELDSOrgDynamicUpgradeDeadlineConfiguration.MultipleObjectsReturnedOrgDynamicUpgradeDeadlineConfiguration.change_dateOrgDynamicUpgradeDeadlineConfiguration.changed_byOrgDynamicUpgradeDeadlineConfiguration.changed_by_idOrgDynamicUpgradeDeadlineConfiguration.deadline_daysOrgDynamicUpgradeDeadlineConfiguration.enabledOrgDynamicUpgradeDeadlineConfiguration.get_next_by_change_date()OrgDynamicUpgradeDeadlineConfiguration.get_previous_by_change_date()OrgDynamicUpgradeDeadlineConfiguration.idOrgDynamicUpgradeDeadlineConfiguration.opt_outOrgDynamicUpgradeDeadlineConfiguration.org_id
StudentFieldOverrideStudentFieldOverride.DoesNotExistStudentFieldOverride.MultipleObjectsReturnedStudentFieldOverride.course_idStudentFieldOverride.createdStudentFieldOverride.fieldStudentFieldOverride.get_next_by_created()StudentFieldOverride.get_next_by_modified()StudentFieldOverride.get_previous_by_created()StudentFieldOverride.get_previous_by_modified()StudentFieldOverride.idStudentFieldOverride.locationStudentFieldOverride.modifiedStudentFieldOverride.objectsStudentFieldOverride.studentStudentFieldOverride.student_idStudentFieldOverride.value
StudentModuleStudentModule.DONE_TYPESStudentModule.DoesNotExistStudentModule.MultipleObjectsReturnedStudentModule.all_submitted_problems_read_only()StudentModule.course_idStudentModule.createdStudentModule.doneStudentModule.get_done_display()StudentModule.get_next_by_created()StudentModule.get_next_by_modified()StudentModule.get_previous_by_created()StudentModule.get_previous_by_modified()StudentModule.get_state_by_params()StudentModule.gradeStudentModule.idStudentModule.max_gradeStudentModule.modifiedStudentModule.module_state_keyStudentModule.module_typeStudentModule.objectsStudentModule.save_state()StudentModule.scoreoverrider_setStudentModule.stateStudentModule.studentStudentModule.student_idStudentModule.studentmodulehistory_setStudentModule.studentmodulehistoryextended_set
StudentModuleHistoryStudentModuleHistory.DoesNotExistStudentModuleHistory.MultipleObjectsReturnedStudentModuleHistory.createdStudentModuleHistory.get_next_by_created()StudentModuleHistory.get_previous_by_created()StudentModuleHistory.gradeStudentModuleHistory.idStudentModuleHistory.max_gradeStudentModuleHistory.save_history()StudentModuleHistory.stateStudentModuleHistory.student_moduleStudentModuleHistory.student_module_idStudentModuleHistory.version
XBlockFieldBaseXBlockFieldBase.MetaXBlockFieldBase.createdXBlockFieldBase.field_nameXBlockFieldBase.get_next_by_created()XBlockFieldBase.get_next_by_modified()XBlockFieldBase.get_previous_by_created()XBlockFieldBase.get_previous_by_modified()XBlockFieldBase.modifiedXBlockFieldBase.objectsXBlockFieldBase.value
XModuleStudentInfoFieldXModuleStudentInfoField.DoesNotExistXModuleStudentInfoField.MultipleObjectsReturnedXModuleStudentInfoField.createdXModuleStudentInfoField.field_nameXModuleStudentInfoField.get_next_by_created()XModuleStudentInfoField.get_next_by_modified()XModuleStudentInfoField.get_previous_by_created()XModuleStudentInfoField.get_previous_by_modified()XModuleStudentInfoField.idXModuleStudentInfoField.modifiedXModuleStudentInfoField.studentXModuleStudentInfoField.student_idXModuleStudentInfoField.value
XModuleStudentPrefsFieldXModuleStudentPrefsField.DoesNotExistXModuleStudentPrefsField.MultipleObjectsReturnedXModuleStudentPrefsField.createdXModuleStudentPrefsField.field_nameXModuleStudentPrefsField.get_next_by_created()XModuleStudentPrefsField.get_next_by_modified()XModuleStudentPrefsField.get_previous_by_created()XModuleStudentPrefsField.get_previous_by_modified()XModuleStudentPrefsField.idXModuleStudentPrefsField.modifiedXModuleStudentPrefsField.module_typeXModuleStudentPrefsField.studentXModuleStudentPrefsField.student_idXModuleStudentPrefsField.value
XModuleUserStateSummaryFieldXModuleUserStateSummaryField.DoesNotExistXModuleUserStateSummaryField.MultipleObjectsReturnedXModuleUserStateSummaryField.createdXModuleUserStateSummaryField.field_nameXModuleUserStateSummaryField.get_next_by_created()XModuleUserStateSummaryField.get_next_by_modified()XModuleUserStateSummaryField.get_previous_by_created()XModuleUserStateSummaryField.get_previous_by_modified()XModuleUserStateSummaryField.idXModuleUserStateSummaryField.modifiedXModuleUserStateSummaryField.usage_idXModuleUserStateSummaryField.value
chunks()
- lms.djangoapps.courseware.permissions module
- lms.djangoapps.courseware.plugins module
CalculatorCourseAppCustomPagesCourseAppCustomPagesCourseApp.app_idCustomPagesCourseApp.descriptionCustomPagesCourseApp.documentation_linksCustomPagesCourseApp.get_allowed_operations()CustomPagesCourseApp.is_available()CustomPagesCourseApp.is_enabled()CustomPagesCourseApp.legacy_link()CustomPagesCourseApp.nameCustomPagesCourseApp.set_enabled()
DatesCourseAppORASettingsAppProctoringCourseAppProgressCourseAppTextbooksCourseApp
- lms.djangoapps.courseware.rules module
- lms.djangoapps.courseware.self_paced_overrides module
- lms.djangoapps.courseware.services module
- lms.djangoapps.courseware.student_field_overrides module
- lms.djangoapps.courseware.tabs module
- lms.djangoapps.courseware.toggles module
- lms.djangoapps.courseware.transformers module
- lms.djangoapps.courseware.user_state_client module
DjangoXBlockUserStateClientDjangoXBlockUserStateClient.DoesNotExistDjangoXBlockUserStateClient.PermissionDeniedDjangoXBlockUserStateClient.ServiceUnavailableDjangoXBlockUserStateClient.delete_many()DjangoXBlockUserStateClient.get_history()DjangoXBlockUserStateClient.get_many()DjangoXBlockUserStateClient.iter_all_for_block()DjangoXBlockUserStateClient.iter_all_for_course()DjangoXBlockUserStateClient.set_many()
XBlockUserStateXBlockUserStateClientXBlockUserStateClient.DoesNotExistXBlockUserStateClient.PermissionDeniedXBlockUserStateClient.ServiceUnavailableXBlockUserStateClient.delete()XBlockUserStateClient.delete_many()XBlockUserStateClient.get()XBlockUserStateClient.get_history()XBlockUserStateClient.get_many()XBlockUserStateClient.iter_all_for_block()XBlockUserStateClient.iter_all_for_course()XBlockUserStateClient.set()XBlockUserStateClient.set_many()
- lms.djangoapps.courseware.utils module
- Module contents
- lms.djangoapps.coursewarehistoryextended package
- Submodules
- lms.djangoapps.coursewarehistoryextended.apps module
- lms.djangoapps.coursewarehistoryextended.models module
StudentModuleHistoryExtendedStudentModuleHistoryExtended.DoesNotExistStudentModuleHistoryExtended.MultipleObjectsReturnedStudentModuleHistoryExtended.createdStudentModuleHistoryExtended.delete_history()StudentModuleHistoryExtended.get_next_by_created()StudentModuleHistoryExtended.get_previous_by_created()StudentModuleHistoryExtended.gradeStudentModuleHistoryExtended.idStudentModuleHistoryExtended.max_gradeStudentModuleHistoryExtended.save_history()StudentModuleHistoryExtended.stateStudentModuleHistoryExtended.student_moduleStudentModuleHistoryExtended.student_module_idStudentModuleHistoryExtended.version
- Module contents
- lms.djangoapps.debug package
- lms.djangoapps.discussion package
- Subpackages
- lms.djangoapps.discussion.config package
- lms.djangoapps.discussion.django_comment_client package
- Subpackages
- Submodules
- lms.djangoapps.discussion.django_comment_client.constants module
- lms.djangoapps.discussion.django_comment_client.middleware module
- lms.djangoapps.discussion.django_comment_client.models module
- lms.djangoapps.discussion.django_comment_client.permissions module
- lms.djangoapps.discussion.django_comment_client.settings module
- lms.djangoapps.discussion.django_comment_client.urls module
- lms.djangoapps.discussion.django_comment_client.utils module
- Module contents
- lms.djangoapps.discussion.management package
- lms.djangoapps.discussion.notification_prefs package
- lms.djangoapps.discussion.rest_api package
- Submodules
- lms.djangoapps.discussion.rest_api.api module
- lms.djangoapps.discussion.rest_api.discussions_notifications module
- lms.djangoapps.discussion.rest_api.exceptions module
- lms.djangoapps.discussion.rest_api.forms module
- lms.djangoapps.discussion.rest_api.pagination module
- lms.djangoapps.discussion.rest_api.permissions module
- lms.djangoapps.discussion.rest_api.render module
- lms.djangoapps.discussion.rest_api.serializers module
- lms.djangoapps.discussion.rest_api.tasks module
- lms.djangoapps.discussion.rest_api.urls module
- lms.djangoapps.discussion.rest_api.utils module
- lms.djangoapps.discussion.rest_api.views module
- Module contents
- lms.djangoapps.discussion.settings package
- lms.djangoapps.discussion.signals package
- Submodules
- lms.djangoapps.discussion.apps module
- lms.djangoapps.discussion.exceptions module
- lms.djangoapps.discussion.plugins module
- lms.djangoapps.discussion.rate_limit module
- lms.djangoapps.discussion.tasks module
- lms.djangoapps.discussion.toggles module
- lms.djangoapps.discussion.toggles_utils module
- lms.djangoapps.discussion.urls module
- lms.djangoapps.discussion.views module
DiscussionBoardFragmentViewcourse_discussions_settings_handler()create_user_profile_context()discussion_topics()followed_threads()forum_form_discussion()get_threads()inline_discussion()is_course_staff()is_privileged_user()make_course_settings()redirect_forum_url_to_new_mfe()redirect_thread_url_to_new_mfe()single_thread()use_bulk_ops()user_profile()
- Module contents
- Subpackages
- lms.djangoapps.edxnotes package
- Submodules
- lms.djangoapps.edxnotes.api_urls module
- lms.djangoapps.edxnotes.decorators module
- lms.djangoapps.edxnotes.exceptions module
- lms.djangoapps.edxnotes.helpers module
NoteJSONEncoderconstruct_pagination_urls()delete_all_notes_for_user()generate_uid()get_block_context()get_course_position()get_edxnotes_id_token()get_endpoint()get_index()get_internal_endpoint()get_notes()get_public_endpoint()get_token_url()is_feature_enabled()preprocess_collection()send_request()
- lms.djangoapps.edxnotes.plugins module
- lms.djangoapps.edxnotes.urls module
- lms.djangoapps.edxnotes.views module
- Module contents
- lms.djangoapps.experiments package
- Submodules
- lms.djangoapps.experiments.apps module
- lms.djangoapps.experiments.factories module
- lms.djangoapps.experiments.filters module
- lms.djangoapps.experiments.flags module
- lms.djangoapps.experiments.models module
ExperimentDataExperimentData.DoesNotExistExperimentData.MultipleObjectsReturnedExperimentData.createdExperimentData.experiment_idExperimentData.get_next_by_created()ExperimentData.get_next_by_modified()ExperimentData.get_previous_by_created()ExperimentData.get_previous_by_modified()ExperimentData.idExperimentData.keyExperimentData.modifiedExperimentData.objectsExperimentData.userExperimentData.user_idExperimentData.value
ExperimentKeyValueExperimentKeyValue.DoesNotExistExperimentKeyValue.MultipleObjectsReturnedExperimentKeyValue.createdExperimentKeyValue.experiment_idExperimentKeyValue.get_next_by_created()ExperimentKeyValue.get_next_by_modified()ExperimentKeyValue.get_previous_by_created()ExperimentKeyValue.get_previous_by_modified()ExperimentKeyValue.historyExperimentKeyValue.idExperimentKeyValue.keyExperimentKeyValue.modifiedExperimentKeyValue.objectsExperimentKeyValue.save_without_historical_record()ExperimentKeyValue.value
- lms.djangoapps.experiments.permissions module
- lms.djangoapps.experiments.routers module
- lms.djangoapps.experiments.serializers module
- lms.djangoapps.experiments.stable_bucketing module
- lms.djangoapps.experiments.urls module
- lms.djangoapps.experiments.utils module
check_and_get_upgrade_link_and_date()get_base_experiment_metadata_context()get_course_entitlement_price_and_sku()get_dashboard_course_info()get_experiment_user_metadata_context()get_program_context()get_program_price_and_skus()get_unenrolled_courses()is_enrolled_in_all_courses()is_enrolled_in_course()is_enrolled_in_course_run()
- lms.djangoapps.experiments.views module
ExperimentCrossDomainSessionAuthExperimentDataViewSetExperimentDataViewSet.authentication_classesExperimentDataViewSet.basenameExperimentDataViewSet.create_or_update()ExperimentDataViewSet.descriptionExperimentDataViewSet.detailExperimentDataViewSet.filter_backendsExperimentDataViewSet.filter_queryset()ExperimentDataViewSet.filterset_classExperimentDataViewSet.get_serializer_class()ExperimentDataViewSet.nameExperimentDataViewSet.permission_classesExperimentDataViewSet.serializer_classExperimentDataViewSet.suffix
ExperimentKeyValueViewSetExperimentKeyValueViewSet.authentication_classesExperimentKeyValueViewSet.basenameExperimentKeyValueViewSet.descriptionExperimentKeyValueViewSet.detailExperimentKeyValueViewSet.filter_backendsExperimentKeyValueViewSet.filterset_classExperimentKeyValueViewSet.nameExperimentKeyValueViewSet.permission_classesExperimentKeyValueViewSet.serializer_classExperimentKeyValueViewSet.suffix
UserMetaDataView
- lms.djangoapps.experiments.views_custom module
- Module contents
- lms.djangoapps.gating package
- lms.djangoapps.grades package
- Subpackages
- Submodules
- lms.djangoapps.grades.api module
- lms.djangoapps.grades.apps module
- lms.djangoapps.grades.constants module
- lms.djangoapps.grades.context module
- lms.djangoapps.grades.course_data module
- lms.djangoapps.grades.course_grade module
CourseGradeCourseGradeBaseCourseGradeBase.attemptedCourseGradeBase.chapter_grades()CourseGradeBase.chapter_percentage()CourseGradeBase.get_subsection_type_graders()CourseGradeBase.graded_subsections_by_format()CourseGradeBase.grader_result()CourseGradeBase.problem_scores()CourseGradeBase.score_for_block()CourseGradeBase.subsection_grade()CourseGradeBase.subsection_grades()CourseGradeBase.summaryCourseGradeBase.update()
ZeroCourseGrade
- lms.djangoapps.grades.course_grade_factory module
- lms.djangoapps.grades.events module
- lms.djangoapps.grades.exceptions module
- lms.djangoapps.grades.grade_utils module
- lms.djangoapps.grades.models module
BlockRecordBlockRecordListPersistentCourseGradePersistentCourseGrade.DoesNotExistPersistentCourseGrade.MultipleObjectsReturnedPersistentCourseGrade.clear_prefetched_data()PersistentCourseGrade.course_edited_timestampPersistentCourseGrade.course_idPersistentCourseGrade.course_versionPersistentCourseGrade.createdPersistentCourseGrade.delete_course_grade_for_learner()PersistentCourseGrade.get_next_by_created()PersistentCourseGrade.get_next_by_modified()PersistentCourseGrade.get_previous_by_created()PersistentCourseGrade.get_previous_by_modified()PersistentCourseGrade.grading_policy_hashPersistentCourseGrade.idPersistentCourseGrade.letter_gradePersistentCourseGrade.modifiedPersistentCourseGrade.objectsPersistentCourseGrade.passed_timestampPersistentCourseGrade.percent_gradePersistentCourseGrade.prefetch()PersistentCourseGrade.read()PersistentCourseGrade.update_or_create()PersistentCourseGrade.user_id
PersistentSubsectionGradePersistentSubsectionGrade.DoesNotExistPersistentSubsectionGrade.MultipleObjectsReturnedPersistentSubsectionGrade.bulk_create_grades()PersistentSubsectionGrade.bulk_read_grades()PersistentSubsectionGrade.clear_prefetched_data()PersistentSubsectionGrade.course_idPersistentSubsectionGrade.course_versionPersistentSubsectionGrade.createdPersistentSubsectionGrade.delete_subsection_grades_for_learner()PersistentSubsectionGrade.earned_allPersistentSubsectionGrade.earned_gradedPersistentSubsectionGrade.first_attemptedPersistentSubsectionGrade.full_usage_keyPersistentSubsectionGrade.get_next_by_created()PersistentSubsectionGrade.get_next_by_modified()PersistentSubsectionGrade.get_previous_by_created()PersistentSubsectionGrade.get_previous_by_modified()PersistentSubsectionGrade.idPersistentSubsectionGrade.modifiedPersistentSubsectionGrade.objectsPersistentSubsectionGrade.overridePersistentSubsectionGrade.possible_allPersistentSubsectionGrade.possible_gradedPersistentSubsectionGrade.prefetch()PersistentSubsectionGrade.read_grade()PersistentSubsectionGrade.subtree_edited_timestampPersistentSubsectionGrade.update_or_create_grade()PersistentSubsectionGrade.usage_keyPersistentSubsectionGrade.user_idPersistentSubsectionGrade.visible_blocksPersistentSubsectionGrade.visible_blocks_id
PersistentSubsectionGradeOverridePersistentSubsectionGradeOverride.DoesNotExistPersistentSubsectionGradeOverride.MultipleObjectsReturnedPersistentSubsectionGradeOverride.clear_prefetched_overrides_for_learner()PersistentSubsectionGradeOverride.createdPersistentSubsectionGradeOverride.earned_all_overridePersistentSubsectionGradeOverride.earned_graded_overridePersistentSubsectionGradeOverride.get_history()PersistentSubsectionGradeOverride.get_next_by_created()PersistentSubsectionGradeOverride.get_next_by_modified()PersistentSubsectionGradeOverride.get_override()PersistentSubsectionGradeOverride.get_previous_by_created()PersistentSubsectionGradeOverride.get_previous_by_modified()PersistentSubsectionGradeOverride.gradePersistentSubsectionGradeOverride.grade_idPersistentSubsectionGradeOverride.historyPersistentSubsectionGradeOverride.idPersistentSubsectionGradeOverride.modifiedPersistentSubsectionGradeOverride.objectsPersistentSubsectionGradeOverride.override_reasonPersistentSubsectionGradeOverride.possible_all_overridePersistentSubsectionGradeOverride.possible_graded_overridePersistentSubsectionGradeOverride.prefetch()PersistentSubsectionGradeOverride.save_without_historical_record()PersistentSubsectionGradeOverride.systemPersistentSubsectionGradeOverride.update_or_create_override()
VisibleBlocksVisibleBlocks.DoesNotExistVisibleBlocks.MultipleObjectsReturnedVisibleBlocks.blocksVisibleBlocks.blocks_jsonVisibleBlocks.bulk_create()VisibleBlocks.bulk_get_or_create()VisibleBlocks.bulk_read()VisibleBlocks.cached_get_or_create()VisibleBlocks.course_idVisibleBlocks.hashedVisibleBlocks.idVisibleBlocks.objectsVisibleBlocks.persistentsubsectiongrade_set
- lms.djangoapps.grades.models_api module
clear_prefetched_course_and_subsection_grades()clear_prefetched_course_grades()clear_user_course_grades()get_recently_modified_grades()get_subsection_grade()get_subsection_grade_override()get_subsection_grades()prefetch_course_and_subsection_grades()prefetch_course_grades()prefetch_grade_overrides_and_visible_blocks()update_or_create_override()
- lms.djangoapps.grades.score_render module
- lms.djangoapps.grades.scores module
- lms.djangoapps.grades.services module
- lms.djangoapps.grades.subsection_grade module
- lms.djangoapps.grades.subsection_grade_factory module
- lms.djangoapps.grades.tasks module
- lms.djangoapps.grades.transformer module
- lms.djangoapps.grades.util_services module
- Module contents
- lms.djangoapps.instructor package
- Subpackages
- lms.djangoapps.instructor.settings package
- lms.djangoapps.instructor.views package
- Submodules
- lms.djangoapps.instructor.views.api module
- lms.djangoapps.instructor.views.api_urls module
- lms.djangoapps.instructor.views.api_v2 module
- lms.djangoapps.instructor.views.filters_v2 module
- lms.djangoapps.instructor.views.gradebook_api module
- lms.djangoapps.instructor.views.instructor_dashboard module
- lms.djangoapps.instructor.views.instructor_task_helpers module
- lms.djangoapps.instructor.views.serializer module
- lms.djangoapps.instructor.views.serializers_v2 module
- lms.djangoapps.instructor.views.tools module
- Module contents
- Submodules
- lms.djangoapps.instructor.access module
- lms.djangoapps.instructor.apps module
- lms.djangoapps.instructor.constants module
ReportTypeReportType.ANONYMIZED_STUDENT_IDSReportType.COHORT_RESULTSReportType.ENROLLED_STUDENTSReportType.GRADEReportType.ISSUED_CERTIFICATESReportType.ORA2_DATAReportType.ORA2_SUBMISSION_FILESReportType.ORA2_SUMMARYReportType.PENDING_ACTIVATIONSReportType.PENDING_ENROLLMENTSReportType.PROBLEM_GRADEReportType.PROBLEM_RESPONSESReportType.UNKNOWN
- lms.djangoapps.instructor.enrollment module
- lms.djangoapps.instructor.handlers module
- lms.djangoapps.instructor.message_types module
- lms.djangoapps.instructor.ora module
- lms.djangoapps.instructor.permissions module
- lms.djangoapps.instructor.services module
- lms.djangoapps.instructor.tasks module
- lms.djangoapps.instructor.toggles module
- lms.djangoapps.instructor.urls module
- lms.djangoapps.instructor.utils module
- Module contents
- Subpackages
- lms.djangoapps.instructor_analytics package
- Subpackages
- Submodules
- lms.djangoapps.instructor_analytics.basic module
coupon_codes_features()course_registration_features()dump_grading_context()enrolled_students_features()get_available_features()get_enrollments_for_course()get_proctored_exam_results()get_response_state()get_student_features_with_custom()issued_certificates()list_inactive_enrolled_students()list_may_enroll()list_problem_responses()transform_capa_state()transform_ora_state()
- lms.djangoapps.instructor_analytics.csvs module
- lms.djangoapps.instructor_analytics.distributions module
- Module contents
- lms.djangoapps.instructor_task package
- Subpackages
- lms.djangoapps.instructor_task.config package
- lms.djangoapps.instructor_task.management package
- lms.djangoapps.instructor_task.rest_api package
- lms.djangoapps.instructor_task.tasks_helper package
- Submodules
- lms.djangoapps.instructor_task.tasks_helper.certs module
- lms.djangoapps.instructor_task.tasks_helper.enrollments module
- lms.djangoapps.instructor_task.tasks_helper.grades module
- lms.djangoapps.instructor_task.tasks_helper.misc module
- lms.djangoapps.instructor_task.tasks_helper.module_state module
- lms.djangoapps.instructor_task.tasks_helper.runner module
- lms.djangoapps.instructor_task.tasks_helper.utils module
- Module contents
- Submodules
- lms.djangoapps.instructor_task.api module
SpecificStudentIdMissingErrorgenerate_anonymous_ids()generate_certificates_for_students()get_entrance_exam_instructor_task_history()get_instructor_task_history()get_running_instructor_tasks()process_scheduled_instructor_tasks()regenerate_certificates()submit_bulk_course_email()submit_calculate_grades_csv()submit_calculate_inactive_enrolled_students_csv()submit_calculate_may_enroll_csv()submit_calculate_problem_responses_csv()submit_calculate_students_features_csv()submit_cohort_students()submit_course_survey_report()submit_delete_entrance_exam_state_for_student()submit_delete_problem_state_for_all_students()submit_export_ora2_data()submit_export_ora2_submission_files()submit_export_ora2_summary()submit_override_score()submit_problem_grade_report()submit_proctored_exam_results_report()submit_rescore_entrance_exam_for_student()submit_rescore_problem_for_all_students()submit_rescore_problem_for_student()submit_reset_problem_attempts_for_all_students()submit_reset_problem_attempts_in_entrance_exam()submit_student_enrollment_batch()
- lms.djangoapps.instructor_task.api_helper module
AlreadyRunningErrorQueueConnectionErrorcheck_arguments_for_overriding()check_arguments_for_rescoring()check_entrance_exam_problems_for_rescoring()encode_entrance_exam_and_student_input()encode_problem_and_student_input()generate_already_running_error_message()get_status_from_instructor_task()get_updated_instructor_task()schedule_task()submit_scheduled_task()submit_task()
- lms.djangoapps.instructor_task.apps module
- lms.djangoapps.instructor_task.data module
InstructorTaskTypesInstructorTaskTypes.BULK_COURSE_EMAILInstructorTaskTypes.COHORT_STUDENTSInstructorTaskTypes.COURSE_SURVEY_REPORTInstructorTaskTypes.DELETE_PROBLEM_STATEInstructorTaskTypes.DETAILED_ENROLLMENT_REPORTInstructorTaskTypes.EXEC_SUMMARY_REPORTInstructorTaskTypes.EXPORT_ORA2_DATAInstructorTaskTypes.EXPORT_ORA2_SUBMISSION_FILESInstructorTaskTypes.EXPORT_ORA2_SUMMARYInstructorTaskTypes.GENERATE_ANONYMOUS_IDS_FOR_COURSEInstructorTaskTypes.GENERATE_CERTIFICATES_ALL_STUDENTInstructorTaskTypes.GENERATE_CERTIFICATES_CERTAIN_STUDENTInstructorTaskTypes.GENERATE_CERTIFICATES_STUDENT_SETInstructorTaskTypes.GRADE_COURSEInstructorTaskTypes.GRADE_PROBLEMSInstructorTaskTypes.INACTIVE_ENROLLED_STUDENTS_INFO_CSVInstructorTaskTypes.MAY_ENROLL_INFO_CSVInstructorTaskTypes.OVERRIDE_PROBLEM_SCOREInstructorTaskTypes.PROBLEM_RESPONSES_CSVInstructorTaskTypes.PROCTORED_EXAM_RESULTS_REPORTInstructorTaskTypes.PROFILE_INFO_CSVInstructorTaskTypes.REGENERATE_CERTIFICATES_ALL_STUDENTInstructorTaskTypes.RESCORE_PROBLEMInstructorTaskTypes.RESCORE_PROBLEM_IF_HIGHERInstructorTaskTypes.RESET_PROBLEM_ATTEMPTSInstructorTaskTypes.STUDENT_ENROLLMENT_BATCH
- lms.djangoapps.instructor_task.exceptions module
- lms.djangoapps.instructor_task.models module
DjangoStorageReportStoreInstructorTaskInstructorTask.DoesNotExistInstructorTask.MultipleObjectsReturnedInstructorTask.certificategenerationhistory_setInstructorTask.course_idInstructorTask.create()InstructorTask.create_output_for_failure()InstructorTask.create_output_for_revoked()InstructorTask.create_output_for_success()InstructorTask.createdInstructorTask.get_next_by_updated()InstructorTask.get_previous_by_updated()InstructorTask.idInstructorTask.instructortaskscheduleInstructorTask.objectsInstructorTask.requesterInstructorTask.requester_idInstructorTask.save_now()InstructorTask.subtasksInstructorTask.task_idInstructorTask.task_inputInstructorTask.task_keyInstructorTask.task_outputInstructorTask.task_stateInstructorTask.task_typeInstructorTask.updated
InstructorTaskScheduleInstructorTaskSchedule.DoesNotExistInstructorTaskSchedule.MultipleObjectsReturnedInstructorTaskSchedule.createdInstructorTaskSchedule.get_next_by_created()InstructorTaskSchedule.get_next_by_modified()InstructorTaskSchedule.get_next_by_task_due()InstructorTaskSchedule.get_previous_by_created()InstructorTaskSchedule.get_previous_by_modified()InstructorTaskSchedule.get_previous_by_task_due()InstructorTaskSchedule.historyInstructorTaskSchedule.idInstructorTaskSchedule.modifiedInstructorTaskSchedule.objectsInstructorTaskSchedule.save_without_historical_record()InstructorTaskSchedule.taskInstructorTaskSchedule.task_argsInstructorTaskSchedule.task_dueInstructorTaskSchedule.task_id
ReportStore
- lms.djangoapps.instructor_task.notifications module
- lms.djangoapps.instructor_task.subtasks module
- lms.djangoapps.instructor_task.tasks module
- lms.djangoapps.instructor_task.tasks_base module
BaseInstructorTaskBaseInstructorTask.abstractBaseInstructorTask.ignore_resultBaseInstructorTask.on_failure()BaseInstructorTask.on_success()BaseInstructorTask.priorityBaseInstructorTask.rate_limitBaseInstructorTask.reject_on_worker_lostBaseInstructorTask.request_stackBaseInstructorTask.serializerBaseInstructorTask.store_errors_even_if_ignoredBaseInstructorTask.track_startedBaseInstructorTask.typing
- lms.djangoapps.instructor_task.views module
- Module contents
- Subpackages
- lms.djangoapps.learner_dashboard package
- Subpackages
- Submodules
- lms.djangoapps.learner_dashboard.program_views module
- lms.djangoapps.learner_dashboard.programs module
- lms.djangoapps.learner_dashboard.urls module
- lms.djangoapps.learner_dashboard.utils module
- Module contents
- lms.djangoapps.learner_home package
- Subpackages
- Submodules
- lms.djangoapps.learner_home.serializers module
AvailableEntitlementSessionSerializerCertificateSerializerCourseProviderSerializerCourseRunSerializerCourseRunSerializer.get_homeUrl()CourseRunSerializer.get_isArchived()CourseRunSerializer.get_isStarted()CourseRunSerializer.get_progressUrl()CourseRunSerializer.get_resumeUrl()CourseRunSerializer.get_unenrollUrl()CourseRunSerializer.get_upgradeUrl()CourseRunSerializer.requires_contextCourseRunSerializer.to_representation()
CourseSerializerCoursewareAccessSerializerCreditSerializerEmailConfirmationSerializerEnrollmentSerializerEnrollmentSerializer.get_accessExpirationDate()EnrollmentSerializer.get_canUpgrade()EnrollmentSerializer.get_hasOptedOutOfEmail()EnrollmentSerializer.get_hasStarted()EnrollmentSerializer.get_isAudit()EnrollmentSerializer.get_isAuditAccessExpired()EnrollmentSerializer.get_isEmailEnabled()EnrollmentSerializer.get_isVerified()EnrollmentSerializer.requires_contextEnrollmentSerializer.to_representation()
EnterpriseDashboardSerializerEntitlementSerializerGradeDataSerializerLearnerDashboardSerializerLearnerEnrollmentSerializerLiteralFieldPlatformSettingsSerializerProgramsSerializerRelatedProgramSerializerSocialMediaSiteSettingsSerializerSocialShareSettingsSerializerSuggestedCourseSerializerUnfulfilledEntitlementSerializer
- lms.djangoapps.learner_home.test_serializers module
- lms.djangoapps.learner_home.test_utils module
- lms.djangoapps.learner_home.test_views module
- lms.djangoapps.learner_home.test_waffle module
- lms.djangoapps.learner_home.urls module
- lms.djangoapps.learner_home.utils module
- lms.djangoapps.learner_home.views module
InitializeViewcheck_course_access()get_audit_access_deadlines()get_cert_statuses()get_course_overviews_for_pseudo_sessions()get_course_programs()get_course_share_urls()get_credit_statuses()get_ecommerce_payment_page()get_email_settings_info()get_enrollments()get_enterprise_customer()get_entitlements()get_org_block_and_allow_lists()get_platform_settings()get_resume_urls_for_course_enrollments()get_social_share_settings()get_suggested_courses()get_user_account_confirmation_info()get_user_grade_passing_statuses()serialize_learner_home_data()
- lms.djangoapps.learner_home.waffle module
- Module contents
- lms.djangoapps.lms_initialization package
- lms.djangoapps.lms_xblock package
- Submodules
- lms.djangoapps.lms_xblock.apps module
- lms.djangoapps.lms_xblock.field_data module
- lms.djangoapps.lms_xblock.mixin module
GroupAccessDictLmsBlockMixinLmsBlockMixin.chromeLmsBlockMixin.default_tabLmsBlockMixin.formatLmsBlockMixin.group_accessLmsBlockMixin.hide_from_tocLmsBlockMixin.merged_group_access()LmsBlockMixin.publish_completion()LmsBlockMixin.source_fileLmsBlockMixin.user_partitionsLmsBlockMixin.validate()LmsBlockMixin.visible_to_staff_only
- lms.djangoapps.lms_xblock.models module
XBlockAsidesConfigXBlockAsidesConfig.DoesNotExistXBlockAsidesConfig.MultipleObjectsReturnedXBlockAsidesConfig.change_dateXBlockAsidesConfig.changed_byXBlockAsidesConfig.changed_by_idXBlockAsidesConfig.disabled_blocksXBlockAsidesConfig.enabledXBlockAsidesConfig.get_next_by_change_date()XBlockAsidesConfig.get_previous_by_change_date()XBlockAsidesConfig.idXBlockAsidesConfig.possible_asides()
- lms.djangoapps.lms_xblock.runtime module
- Module contents
- lms.djangoapps.lti_provider package
- Subpackages
- Submodules
- lms.djangoapps.lti_provider.apps module
- lms.djangoapps.lti_provider.models module
GradedAssignmentGradedAssignment.DoesNotExistGradedAssignment.MultipleObjectsReturnedGradedAssignment.course_keyGradedAssignment.idGradedAssignment.lis_result_sourcedidGradedAssignment.objectsGradedAssignment.outcome_serviceGradedAssignment.outcome_service_idGradedAssignment.usage_keyGradedAssignment.userGradedAssignment.user_idGradedAssignment.version_number
LtiConsumerLtiConsumer.DoesNotExistLtiConsumer.MultipleObjectsReturnedLtiConsumer.consumer_keyLtiConsumer.consumer_nameLtiConsumer.consumer_secretLtiConsumer.get_or_supplement()LtiConsumer.idLtiConsumer.instance_guidLtiConsumer.ltiuser_setLtiConsumer.objectsLtiConsumer.outcomeservice_setLtiConsumer.require_user_accountLtiConsumer.use_lti_pii
LtiUserOutcomeService
- lms.djangoapps.lti_provider.outcomes module
- lms.djangoapps.lti_provider.signals module
- lms.djangoapps.lti_provider.signature_validator module
SignatureValidatorSignatureValidator.check_client_key()SignatureValidator.check_nonce()SignatureValidator.dummy_access_token()SignatureValidator.dummy_client()SignatureValidator.dummy_request_token()SignatureValidator.enforce_sslSignatureValidator.get_access_token_secret()SignatureValidator.get_client_secret()SignatureValidator.get_default_realms()SignatureValidator.get_realms()SignatureValidator.get_redirect_uri()SignatureValidator.get_request_token_secret()SignatureValidator.get_rsa_key()SignatureValidator.invalidate_request_token()SignatureValidator.save_access_token()SignatureValidator.save_request_token()SignatureValidator.save_verifier()SignatureValidator.validate_access_token()SignatureValidator.validate_client_key()SignatureValidator.validate_realms()SignatureValidator.validate_redirect_uri()SignatureValidator.validate_request_token()SignatureValidator.validate_requested_realms()SignatureValidator.validate_timestamp_and_nonce()SignatureValidator.validate_verifier()SignatureValidator.verify()SignatureValidator.verify_realms()SignatureValidator.verify_request_token()
- lms.djangoapps.lti_provider.tasks module
- lms.djangoapps.lti_provider.urls module
- lms.djangoapps.lti_provider.users module
- lms.djangoapps.lti_provider.views module
- Module contents
- lms.djangoapps.mailing package
- lms.djangoapps.mfe_config_api package
- Submodules
- lms.djangoapps.mfe_config_api.urls module
- lms.djangoapps.mfe_config_api.views module
- Module contents
- lms.djangoapps.mobile_api package
- Subpackages
- lms.djangoapps.mobile_api.course_info package
- Submodules
- lms.djangoapps.mobile_api.course_info.constants module
- lms.djangoapps.mobile_api.course_info.models module
- lms.djangoapps.mobile_api.course_info.serializers module
- lms.djangoapps.mobile_api.course_info.urls module
- lms.djangoapps.mobile_api.course_info.utils module
- lms.djangoapps.mobile_api.course_info.views module
- Module contents
- lms.djangoapps.mobile_api.notifications package
- lms.djangoapps.mobile_api.users package
- lms.djangoapps.mobile_api.course_info package
- Submodules
- lms.djangoapps.mobile_api.apps module
- lms.djangoapps.mobile_api.context_processor module
- lms.djangoapps.mobile_api.decorators module
- lms.djangoapps.mobile_api.errors module
- lms.djangoapps.mobile_api.middleware module
AppVersionUpgradeAppVersionUpgrade.CACHE_TIMEOUTAppVersionUpgrade.LAST_SUPPORTED_DATE_HEADERAppVersionUpgrade.LATEST_VERSION_HEADERAppVersionUpgrade.NO_LAST_SUPPORTED_DATEAppVersionUpgrade.NO_LATEST_VERSIONAppVersionUpgrade.REQUEST_CACHE_NAMEAppVersionUpgrade.USER_APP_VERSIONAppVersionUpgrade.process_request()AppVersionUpgrade.process_response()
- lms.djangoapps.mobile_api.mobile_platform module
- lms.djangoapps.mobile_api.models module
AppVersionConfigAppVersionConfig.DoesNotExistAppVersionConfig.MultipleObjectsReturnedAppVersionConfig.PLATFORM_CHOICESAppVersionConfig.created_atAppVersionConfig.enabledAppVersionConfig.expire_atAppVersionConfig.get_next_by_created_at()AppVersionConfig.get_next_by_updated_at()AppVersionConfig.get_platform_display()AppVersionConfig.get_previous_by_created_at()AppVersionConfig.get_previous_by_updated_at()AppVersionConfig.idAppVersionConfig.last_supported_date()AppVersionConfig.latest_version()AppVersionConfig.major_versionAppVersionConfig.minor_versionAppVersionConfig.objectsAppVersionConfig.patch_versionAppVersionConfig.platformAppVersionConfig.save()AppVersionConfig.updated_atAppVersionConfig.version
IgnoreMobileAvailableFlagConfigIgnoreMobileAvailableFlagConfig.DoesNotExistIgnoreMobileAvailableFlagConfig.MultipleObjectsReturnedIgnoreMobileAvailableFlagConfig.change_dateIgnoreMobileAvailableFlagConfig.changed_byIgnoreMobileAvailableFlagConfig.changed_by_idIgnoreMobileAvailableFlagConfig.enabledIgnoreMobileAvailableFlagConfig.get_next_by_change_date()IgnoreMobileAvailableFlagConfig.get_previous_by_change_date()IgnoreMobileAvailableFlagConfig.id
MobileApiConfigMobileApiConfig.DoesNotExistMobileApiConfig.MultipleObjectsReturnedMobileApiConfig.change_dateMobileApiConfig.changed_byMobileApiConfig.changed_by_idMobileApiConfig.enabledMobileApiConfig.get_next_by_change_date()MobileApiConfig.get_previous_by_change_date()MobileApiConfig.get_video_profiles()MobileApiConfig.idMobileApiConfig.video_profiles
MobileConfigMobileConfig.DoesNotExistMobileConfig.MultipleObjectsReturnedMobileConfig.createdMobileConfig.get_next_by_created()MobileConfig.get_next_by_modified()MobileConfig.get_previous_by_created()MobileConfig.get_previous_by_modified()MobileConfig.get_structured_configs()MobileConfig.idMobileConfig.modifiedMobileConfig.nameMobileConfig.objectsMobileConfig.value
- lms.djangoapps.mobile_api.urls module
- lms.djangoapps.mobile_api.utils module
- Module contents
- Subpackages
- lms.djangoapps.monitoring package
- lms.djangoapps.ora_staff_grader package
- Subpackages
- Submodules
- lms.djangoapps.ora_staff_grader.constants module
- lms.djangoapps.ora_staff_grader.errors module
- lms.djangoapps.ora_staff_grader.ora_api module
- lms.djangoapps.ora_staff_grader.serializers module
AssessmentCriteriaSerializerAssessmentFeedbackSerializerAssessmentScoresSerializerAssessmentSerializerCourseMetadataSerializerFileListSerializerGradeDataSerializerGradeStatusFieldInitializeSerializerLockStatusFieldLockStatusSerializerOpenResponseMetadataSerializerResponseSerializerRubricConfigSerializerRubricCriterionOptionsSerializerRubricCriterionSerializerScoreFieldScoreSerializerStaffAssessSerializerSubmissionFetchSerializerSubmissionMetadataSerializerSubmissionStatusFetchSerializerUploadedFileSerializer
- lms.djangoapps.ora_staff_grader.urls module
- lms.djangoapps.ora_staff_grader.utils module
- lms.djangoapps.ora_staff_grader.views module
- Module contents
- lms.djangoapps.program_enrollments package
- Subpackages
- Submodules
- lms.djangoapps.program_enrollments.apps module
- lms.djangoapps.program_enrollments.constants module
- lms.djangoapps.program_enrollments.exceptions module
- lms.djangoapps.program_enrollments.models module
CourseAccessRoleAssignmentCourseAccessRoleAssignment.DoesNotExistCourseAccessRoleAssignment.MultipleObjectsReturnedCourseAccessRoleAssignment.createdCourseAccessRoleAssignment.enrollmentCourseAccessRoleAssignment.enrollment_idCourseAccessRoleAssignment.get_next_by_created()CourseAccessRoleAssignment.get_next_by_modified()CourseAccessRoleAssignment.get_previous_by_created()CourseAccessRoleAssignment.get_previous_by_modified()CourseAccessRoleAssignment.get_role_display()CourseAccessRoleAssignment.idCourseAccessRoleAssignment.modifiedCourseAccessRoleAssignment.objectsCourseAccessRoleAssignment.role
ProgramCourseEnrollmentProgramCourseEnrollment.DoesNotExistProgramCourseEnrollment.MultipleObjectsReturnedProgramCourseEnrollment.STATUS_CHOICESProgramCourseEnrollment.course_enrollmentProgramCourseEnrollment.course_enrollment_idProgramCourseEnrollment.course_keyProgramCourseEnrollment.courseaccessroleassignment_setProgramCourseEnrollment.createdProgramCourseEnrollment.get_next_by_created()ProgramCourseEnrollment.get_next_by_modified()ProgramCourseEnrollment.get_previous_by_created()ProgramCourseEnrollment.get_previous_by_modified()ProgramCourseEnrollment.get_status_display()ProgramCourseEnrollment.historical_recordsProgramCourseEnrollment.idProgramCourseEnrollment.is_activeProgramCourseEnrollment.modifiedProgramCourseEnrollment.objectsProgramCourseEnrollment.program_enrollmentProgramCourseEnrollment.program_enrollment_idProgramCourseEnrollment.save_without_historical_record()ProgramCourseEnrollment.status
ProgramEnrollmentProgramEnrollment.DoesNotExistProgramEnrollment.MultipleObjectsReturnedProgramEnrollment.STATUS_CHOICESProgramEnrollment.clean()ProgramEnrollment.createdProgramEnrollment.curriculum_uuidProgramEnrollment.external_user_keyProgramEnrollment.get_next_by_created()ProgramEnrollment.get_next_by_modified()ProgramEnrollment.get_previous_by_created()ProgramEnrollment.get_previous_by_modified()ProgramEnrollment.get_status_display()ProgramEnrollment.historical_recordsProgramEnrollment.idProgramEnrollment.modifiedProgramEnrollment.objectsProgramEnrollment.program_course_enrollmentsProgramEnrollment.program_uuidProgramEnrollment.retire_user()ProgramEnrollment.save_without_historical_record()ProgramEnrollment.statusProgramEnrollment.userProgramEnrollment.user_id
- lms.djangoapps.program_enrollments.signals module
- lms.djangoapps.program_enrollments.tasks module
- Module contents
- lms.djangoapps.rss_proxy package
- Submodules
- lms.djangoapps.rss_proxy.models module
WhitelistedRssUrlWhitelistedRssUrl.DoesNotExistWhitelistedRssUrl.MultipleObjectsReturnedWhitelistedRssUrl.createdWhitelistedRssUrl.get_next_by_created()WhitelistedRssUrl.get_next_by_modified()WhitelistedRssUrl.get_previous_by_created()WhitelistedRssUrl.get_previous_by_modified()WhitelistedRssUrl.idWhitelistedRssUrl.modifiedWhitelistedRssUrl.objectsWhitelistedRssUrl.url
- lms.djangoapps.rss_proxy.urls module
- lms.djangoapps.rss_proxy.views module
- Module contents
- lms.djangoapps.static_template_view package
- lms.djangoapps.staticbook package
- lms.djangoapps.support package
- Subpackages
- lms.djangoapps.support.rest_api package
- lms.djangoapps.support.views package
- Submodules
- lms.djangoapps.support.views.certificate module
- lms.djangoapps.support.views.contact_us module
- lms.djangoapps.support.views.course_entitlements module
- lms.djangoapps.support.views.course_reset module
- lms.djangoapps.support.views.enrollments module
- lms.djangoapps.support.views.feature_based_enrollments module
- lms.djangoapps.support.views.index module
- lms.djangoapps.support.views.manage_user module
- lms.djangoapps.support.views.onboarding_status module
- lms.djangoapps.support.views.program_enrollments module
- lms.djangoapps.support.views.sso_records module
- lms.djangoapps.support.views.utils module
- Module contents
- Submodules
- lms.djangoapps.support.decorators module
- lms.djangoapps.support.message_types module
- lms.djangoapps.support.models module
CourseResetAuditCourseResetAudit.CourseResetStatusCourseResetAudit.DoesNotExistCourseResetAudit.MultipleObjectsReturnedCourseResetAudit.commentCourseResetAudit.completed_atCourseResetAudit.courseCourseResetAudit.course_enrollmentCourseResetAudit.course_enrollment_idCourseResetAudit.course_idCourseResetAudit.createdCourseResetAudit.get_next_by_created()CourseResetAudit.get_next_by_modified()CourseResetAudit.get_previous_by_created()CourseResetAudit.get_previous_by_modified()CourseResetAudit.get_status_display()CourseResetAudit.idCourseResetAudit.modifiedCourseResetAudit.objectsCourseResetAudit.reset_byCourseResetAudit.reset_by_idCourseResetAudit.statusCourseResetAudit.status_message()
CourseResetCourseOptInCourseResetCourseOptIn.DoesNotExistCourseResetCourseOptIn.MultipleObjectsReturnedCourseResetCourseOptIn.activeCourseResetCourseOptIn.all_active()CourseResetCourseOptIn.all_active_course_ids()CourseResetCourseOptIn.course_idCourseResetCourseOptIn.courseresetaudit_setCourseResetCourseOptIn.createdCourseResetCourseOptIn.get_next_by_created()CourseResetCourseOptIn.get_next_by_modified()CourseResetCourseOptIn.get_previous_by_created()CourseResetCourseOptIn.get_previous_by_modified()CourseResetCourseOptIn.idCourseResetCourseOptIn.modifiedCourseResetCourseOptIn.objects
HistoricalUserSocialAuthHistoricalUserSocialAuth.DoesNotExistHistoricalUserSocialAuth.MultipleObjectsReturnedHistoricalUserSocialAuth.createdHistoricalUserSocialAuth.extra_dataHistoricalUserSocialAuth.get_default_history_user()HistoricalUserSocialAuth.get_history_type_display()HistoricalUserSocialAuth.get_next_by_created()HistoricalUserSocialAuth.get_next_by_history_date()HistoricalUserSocialAuth.get_next_by_modified()HistoricalUserSocialAuth.get_previous_by_created()HistoricalUserSocialAuth.get_previous_by_history_date()HistoricalUserSocialAuth.get_previous_by_modified()HistoricalUserSocialAuth.history_change_reasonHistoricalUserSocialAuth.history_dateHistoricalUserSocialAuth.history_idHistoricalUserSocialAuth.history_objectHistoricalUserSocialAuth.history_typeHistoricalUserSocialAuth.history_userHistoricalUserSocialAuth.history_user_idHistoricalUserSocialAuth.idHistoricalUserSocialAuth.instanceHistoricalUserSocialAuth.instance_typeHistoricalUserSocialAuth.modifiedHistoricalUserSocialAuth.next_recordHistoricalUserSocialAuth.objectsHistoricalUserSocialAuth.prev_recordHistoricalUserSocialAuth.providerHistoricalUserSocialAuth.revert_url()HistoricalUserSocialAuth.tracked_fieldsHistoricalUserSocialAuth.uidHistoricalUserSocialAuth.userHistoricalUserSocialAuth.user_id
- lms.djangoapps.support.serializers module
- lms.djangoapps.support.tasks module
- lms.djangoapps.support.urls module
- Module contents
- Subpackages
- lms.djangoapps.survey package
- Submodules
- lms.djangoapps.survey.apps module
- lms.djangoapps.survey.exceptions module
- lms.djangoapps.survey.models module
SurveyAnswerSurveyAnswer.DoesNotExistSurveyAnswer.MultipleObjectsReturnedSurveyAnswer.course_keySurveyAnswer.createdSurveyAnswer.do_survey_answers_exist()SurveyAnswer.field_nameSurveyAnswer.field_valueSurveyAnswer.formSurveyAnswer.form_idSurveyAnswer.get_answers()SurveyAnswer.get_next_by_created()SurveyAnswer.get_next_by_modified()SurveyAnswer.get_previous_by_created()SurveyAnswer.get_previous_by_modified()SurveyAnswer.idSurveyAnswer.modifiedSurveyAnswer.objectsSurveyAnswer.retire_user()SurveyAnswer.save_answers()SurveyAnswer.userSurveyAnswer.user_id
SurveyFormSurveyForm.DoesNotExistSurveyForm.MultipleObjectsReturnedSurveyForm.clear_user_answers()SurveyForm.create()SurveyForm.createdSurveyForm.formSurveyForm.get()SurveyForm.get_answers()SurveyForm.get_field_names()SurveyForm.get_field_names_from_html()SurveyForm.get_next_by_created()SurveyForm.get_next_by_modified()SurveyForm.get_previous_by_created()SurveyForm.get_previous_by_modified()SurveyForm.has_user_answered_survey()SurveyForm.idSurveyForm.modifiedSurveyForm.nameSurveyForm.objectsSurveyForm.save()SurveyForm.save_user_answers()SurveyForm.surveyanswer_setSurveyForm.validate_form_html()
- lms.djangoapps.survey.signals module
- lms.djangoapps.survey.urls module
- lms.djangoapps.survey.utils module
- lms.djangoapps.survey.views module
- Module contents
- lms.djangoapps.teams package
- Subpackages
- Submodules
- lms.djangoapps.teams.api module
OrganizationProtectionStatusadd_team_count()anonymous_user_ids_for_team()can_user_create_team_in_topic()can_user_modify_team()discussion_visible_by_user()get_assignments_for_team()get_team_by_discussion()get_team_by_team_id()get_team_for_user_course_topic()get_teams_accessible_by_user()get_teams_in_teamset()has_course_staff_privileges()has_specific_team_access()has_specific_teamset_access()has_team_api_access()is_instructor_managed_team()is_instructor_managed_topic()is_team_discussion_private()teamset_is_public_or_user_is_on_team_in_teamset()user_is_a_team_member()user_on_team_or_team_is_public()user_organization_protection_status()user_protection_status_matches_team()
- lms.djangoapps.teams.api_urls module
- lms.djangoapps.teams.csv module
TeamMembershipImportManagerTeamMembershipImportManager.add_error_and_check_if_max_exceeded()TeamMembershipImportManager.add_user_to_team()TeamMembershipImportManager.get_teamset_ids_from_reader()TeamMembershipImportManager.get_user()TeamMembershipImportManager.import_succeededTeamMembershipImportManager.is_FERPA_bubble_breached()TeamMembershipImportManager.is_enrollment_protection_for_existing_team_matches_user()TeamMembershipImportManager.is_username_unique()TeamMembershipImportManager.load_course_team_memberships()TeamMembershipImportManager.load_course_teams()TeamMembershipImportManager.remove_user_from_team_for_reassignment()TeamMembershipImportManager.set_team_membership_from_csv()TeamMembershipImportManager.set_team_memberships()TeamMembershipImportManager.validate_compatible_enrollment_modes()TeamMembershipImportManager.validate_header()TeamMembershipImportManager.validate_team_sizes_not_exceeded()TeamMembershipImportManager.validate_teams_have_matching_teamsets()TeamMembershipImportManager.validate_teamsets()TeamMembershipImportManager.validate_user_assignment_to_team_and_teamset()TeamMembershipImportManager.validate_user_enrollment_is_valid()
load_team_membership_csv()
- lms.djangoapps.teams.errors module
- lms.djangoapps.teams.models module
CourseTeamCourseTeam.DoesNotExistCourseTeam.FIELD_BLACKLISTCourseTeam.MultipleObjectsReturnedCourseTeam.add_user()CourseTeam.countryCourseTeam.course_idCourseTeam.create()CourseTeam.date_createdCourseTeam.descriptionCourseTeam.discussion_topic_idCourseTeam.field_trackerCourseTeam.get_country_display()CourseTeam.get_language_display()CourseTeam.get_next_by_date_created()CourseTeam.get_next_by_last_activity_at()CourseTeam.get_previous_by_date_created()CourseTeam.get_previous_by_last_activity_at()CourseTeam.idCourseTeam.languageCourseTeam.last_activity_atCourseTeam.membershipCourseTeam.nameCourseTeam.objectsCourseTeam.organization_protectedCourseTeam.refresh_from_db()CourseTeam.reset_team_size()CourseTeam.save_base()CourseTeam.team_idCourseTeam.team_sizeCourseTeam.topic_idCourseTeam.users
CourseTeamMembershipCourseTeamMembership.DoesNotExistCourseTeamMembership.MultipleObjectsReturnedCourseTeamMembership.date_joinedCourseTeamMembership.delete()CourseTeamMembership.get_memberships()CourseTeamMembership.get_next_by_date_joined()CourseTeamMembership.get_next_by_last_activity_at()CourseTeamMembership.get_previous_by_date_joined()CourseTeamMembership.get_previous_by_last_activity_at()CourseTeamMembership.idCourseTeamMembership.immutable_fieldsCourseTeamMembership.is_user_on_team()CourseTeamMembership.last_activity_atCourseTeamMembership.objectsCourseTeamMembership.save()CourseTeamMembership.teamCourseTeamMembership.team_idCourseTeamMembership.update_last_activity()CourseTeamMembership.userCourseTeamMembership.user_idCourseTeamMembership.user_in_team_for_teamset()
comment_endorsed_handler()handle_activity()post_create_vote_handler()post_edit_delete_handler()post_followed_unfollowed_handler()utc_now()
- lms.djangoapps.teams.plugins module
- lms.djangoapps.teams.search_indexes module
- lms.djangoapps.teams.serializers module
- lms.djangoapps.teams.services module
- lms.djangoapps.teams.team_partition_scheme module
- lms.djangoapps.teams.toggles module
- lms.djangoapps.teams.urls module
- lms.djangoapps.teams.utils module
- lms.djangoapps.teams.views module
HasSpecificTeamAccessIsEnrolledOrIsStaffIsStaffOrPrivilegedOrReadOnlyMembershipBulkManagementViewMembershipDetailViewMembershipListViewMyTeamsPaginationTeamsAssignmentsViewTeamsDashboardViewTeamsDetailViewTeamsListViewTopicDetailViewTopicListViewTopicsPaginationget_alphabetical_topics()team_post_save_callback()
- lms.djangoapps.teams.waffle module
- Module contents
- lms.djangoapps.user_tours package
- lms.djangoapps.verify_student package
- Subpackages
- Submodules
- lms.djangoapps.verify_student.api module
- lms.djangoapps.verify_student.apps module
- lms.djangoapps.verify_student.emails module
- lms.djangoapps.verify_student.exceptions module
- lms.djangoapps.verify_student.image module
- lms.djangoapps.verify_student.message_types module
- lms.djangoapps.verify_student.models module
IDVerificationAttemptIDVerificationAttempt.MetaIDVerificationAttempt.STATUSIDVerificationAttempt.active_at_datetime()IDVerificationAttempt.created_atIDVerificationAttempt.expiration_dateIDVerificationAttempt.expiration_datetimeIDVerificationAttempt.expiration_default()IDVerificationAttempt.get_next_by_created_at()IDVerificationAttempt.get_next_by_status_changed()IDVerificationAttempt.get_next_by_updated_at()IDVerificationAttempt.get_previous_by_created_at()IDVerificationAttempt.get_previous_by_status_changed()IDVerificationAttempt.get_previous_by_updated_at()IDVerificationAttempt.get_status_display()IDVerificationAttempt.nameIDVerificationAttempt.should_display_status_to_user()IDVerificationAttempt.statusIDVerificationAttempt.status_changedIDVerificationAttempt.updated_atIDVerificationAttempt.userIDVerificationAttempt.user_id
ManualVerificationManualVerification.DoesNotExistManualVerification.MultipleObjectsReturnedManualVerification.approvedManualVerification.createdManualVerification.created_atManualVerification.deniedManualVerification.expiration_dateManualVerification.get_next_by_created_at()ManualVerification.get_next_by_status_changed()ManualVerification.get_next_by_updated_at()ManualVerification.get_previous_by_created_at()ManualVerification.get_previous_by_status_changed()ManualVerification.get_previous_by_updated_at()ManualVerification.get_status_display()ManualVerification.idManualVerification.must_retryManualVerification.nameManualVerification.objectsManualVerification.readyManualVerification.reasonManualVerification.should_display_status_to_user()ManualVerification.statusManualVerification.status_changedManualVerification.submittedManualVerification.updated_atManualVerification.userManualVerification.user_id
PhotoVerificationPhotoVerification.MetaPhotoVerification.approve()PhotoVerification.created_atPhotoVerification.deny()PhotoVerification.displayPhotoVerification.error_codePhotoVerification.error_msgPhotoVerification.expiration_datePhotoVerification.face_image_urlPhotoVerification.get_next_by_created_at()PhotoVerification.get_next_by_status_changed()PhotoVerification.get_next_by_updated_at()PhotoVerification.get_previous_by_created_at()PhotoVerification.get_previous_by_status_changed()PhotoVerification.get_previous_by_updated_at()PhotoVerification.get_status_display()PhotoVerification.mark_must_retry()PhotoVerification.mark_ready()PhotoVerification.mark_submit()PhotoVerification.namePhotoVerification.parsed_error_msg()PhotoVerification.photo_id_image_urlPhotoVerification.receipt_idPhotoVerification.retire_user()PhotoVerification.reviewing_servicePhotoVerification.reviewing_userPhotoVerification.reviewing_user_idPhotoVerification.statusPhotoVerification.status_changedPhotoVerification.submitted_atPhotoVerification.system_error()PhotoVerification.updated_atPhotoVerification.upload_face_image()PhotoVerification.upload_photo_id_image()PhotoVerification.userPhotoVerification.user_id
SSOVerificationSSOVerification.DoesNotExistSSOVerification.IDENTITY_PROVIDER_TYPE_CHOICESSSOVerification.LTISSOVerification.MultipleObjectsReturnedSSOVerification.OAUTH2SSOVerification.SAMLSSOVerification.approvedSSOVerification.createdSSOVerification.created_atSSOVerification.deniedSSOVerification.expiration_dateSSOVerification.get_identity_provider_type_display()SSOVerification.get_next_by_created_at()SSOVerification.get_next_by_status_changed()SSOVerification.get_next_by_updated_at()SSOVerification.get_previous_by_created_at()SSOVerification.get_previous_by_status_changed()SSOVerification.get_previous_by_updated_at()SSOVerification.get_status_display()SSOVerification.idSSOVerification.identity_provider_slugSSOVerification.identity_provider_typeSSOVerification.must_retrySSOVerification.nameSSOVerification.objectsSSOVerification.readySSOVerification.send_approval_signal()SSOVerification.should_display_status_to_user()SSOVerification.statusSSOVerification.status_changedSSOVerification.submittedSSOVerification.updated_atSSOVerification.userSSOVerification.user_id
SSPVerificationRetryConfigSSPVerificationRetryConfig.DoesNotExistSSPVerificationRetryConfig.MultipleObjectsReturnedSSPVerificationRetryConfig.argumentsSSPVerificationRetryConfig.change_dateSSPVerificationRetryConfig.changed_bySSPVerificationRetryConfig.changed_by_idSSPVerificationRetryConfig.enabledSSPVerificationRetryConfig.get_next_by_change_date()SSPVerificationRetryConfig.get_previous_by_change_date()SSPVerificationRetryConfig.id
SoftwareSecurePhotoVerificationSoftwareSecurePhotoVerification.DoesNotExistSoftwareSecurePhotoVerification.IMAGE_LINK_DURATIONSoftwareSecurePhotoVerification.MultipleObjectsReturnedSoftwareSecurePhotoVerification.approvedSoftwareSecurePhotoVerification.copy_id_photo_fromSoftwareSecurePhotoVerification.copy_id_photo_from_idSoftwareSecurePhotoVerification.create_request()SoftwareSecurePhotoVerification.createdSoftwareSecurePhotoVerification.created_atSoftwareSecurePhotoVerification.deniedSoftwareSecurePhotoVerification.displaySoftwareSecurePhotoVerification.download_face_image()SoftwareSecurePhotoVerification.download_photo_id_image()SoftwareSecurePhotoVerification.error_codeSoftwareSecurePhotoVerification.error_msgSoftwareSecurePhotoVerification.expiration_dateSoftwareSecurePhotoVerification.expiry_email_dateSoftwareSecurePhotoVerification.face_image_urlSoftwareSecurePhotoVerification.get_initial_verification()SoftwareSecurePhotoVerification.get_next_by_created_at()SoftwareSecurePhotoVerification.get_next_by_status_changed()SoftwareSecurePhotoVerification.get_next_by_updated_at()SoftwareSecurePhotoVerification.get_previous_by_created_at()SoftwareSecurePhotoVerification.get_previous_by_status_changed()SoftwareSecurePhotoVerification.get_previous_by_updated_at()SoftwareSecurePhotoVerification.get_recent_verification()SoftwareSecurePhotoVerification.get_status_display()SoftwareSecurePhotoVerification.get_verification_from_receipt()SoftwareSecurePhotoVerification.idSoftwareSecurePhotoVerification.image_url()SoftwareSecurePhotoVerification.must_retrySoftwareSecurePhotoVerification.nameSoftwareSecurePhotoVerification.objectsSoftwareSecurePhotoVerification.parsed_error_msg()SoftwareSecurePhotoVerification.photo_id_image_urlSoftwareSecurePhotoVerification.photo_id_keySoftwareSecurePhotoVerification.readySoftwareSecurePhotoVerification.receipt_idSoftwareSecurePhotoVerification.request_message_txt()SoftwareSecurePhotoVerification.reviewing_serviceSoftwareSecurePhotoVerification.reviewing_userSoftwareSecurePhotoVerification.reviewing_user_idSoftwareSecurePhotoVerification.should_display_status_to_user()SoftwareSecurePhotoVerification.softwaresecurephotoverification_setSoftwareSecurePhotoVerification.statusSoftwareSecurePhotoVerification.status_changedSoftwareSecurePhotoVerification.submit()SoftwareSecurePhotoVerification.submittedSoftwareSecurePhotoVerification.submitted_atSoftwareSecurePhotoVerification.update_expiry_email_date_for_user()SoftwareSecurePhotoVerification.updated_atSoftwareSecurePhotoVerification.upload_face_image()SoftwareSecurePhotoVerification.upload_photo_id_image()SoftwareSecurePhotoVerification.userSoftwareSecurePhotoVerification.user_id
VerificationAttemptVerificationAttempt.DoesNotExistVerificationAttempt.MultipleObjectsReturnedVerificationAttempt.STATUSVerificationAttempt.active_at_datetime()VerificationAttempt.approvedVerificationAttempt.createdVerificationAttempt.created_atVerificationAttempt.deniedVerificationAttempt.expiration_datetimeVerificationAttempt.get_next_by_created_at()VerificationAttempt.get_next_by_status_changed()VerificationAttempt.get_next_by_updated_at()VerificationAttempt.get_previous_by_created_at()VerificationAttempt.get_previous_by_status_changed()VerificationAttempt.get_previous_by_updated_at()VerificationAttempt.get_status_display()VerificationAttempt.hide_status_from_userVerificationAttempt.idVerificationAttempt.nameVerificationAttempt.objectsVerificationAttempt.pendingVerificationAttempt.retire_user()VerificationAttempt.should_display_status_to_user()VerificationAttempt.statusVerificationAttempt.status_changedVerificationAttempt.updated_atVerificationAttempt.userVerificationAttempt.user_id
VerificationDeadlineVerificationDeadline.DoesNotExistVerificationDeadline.MultipleObjectsReturnedVerificationDeadline.course_keyVerificationDeadline.createdVerificationDeadline.deadlineVerificationDeadline.deadline_for_course()VerificationDeadline.deadline_is_explicitVerificationDeadline.deadlines_for_enrollments()VerificationDeadline.get_next_by_created()VerificationDeadline.get_next_by_deadline()VerificationDeadline.get_next_by_modified()VerificationDeadline.get_previous_by_created()VerificationDeadline.get_previous_by_deadline()VerificationDeadline.get_previous_by_modified()VerificationDeadline.idVerificationDeadline.modifiedVerificationDeadline.objectsVerificationDeadline.set_deadline()
VerificationExceptiongenerateUUID()status_before_must_be()
- lms.djangoapps.verify_student.services module
IDVerificationServiceIDVerificationService.get_expiration_datetime()IDVerificationService.get_verified_user_ids()IDVerificationService.get_verify_location()IDVerificationService.user_has_valid_or_pending()IDVerificationService.user_is_verified()IDVerificationService.user_status()IDVerificationService.verification_status_for_user()IDVerificationService.verifications_for_user()
XBlockVerificationService
- lms.djangoapps.verify_student.ssencrypt module
- lms.djangoapps.verify_student.statuses module
- lms.djangoapps.verify_student.tasks module
BaseSoftwareSecureTaskBaseSoftwareSecureTask.abstractBaseSoftwareSecureTask.after_return()BaseSoftwareSecureTask.ignore_resultBaseSoftwareSecureTask.on_success()BaseSoftwareSecureTask.priorityBaseSoftwareSecureTask.rate_limitBaseSoftwareSecureTask.reject_on_worker_lostBaseSoftwareSecureTask.request_stackBaseSoftwareSecureTask.serializerBaseSoftwareSecureTask.store_errors_even_if_ignoredBaseSoftwareSecureTask.track_startedBaseSoftwareSecureTask.typing
- lms.djangoapps.verify_student.toggles module
- lms.djangoapps.verify_student.urls module
- lms.djangoapps.verify_student.utils module
- lms.djangoapps.verify_student.views module
DecryptFaceImageViewDecryptPhotoIDImageViewPayAndVerifyViewPayAndVerifyView.ACCOUNT_ACTIVATION_REQPayAndVerifyView.ALL_STEPSPayAndVerifyView.ENROLLMENT_CONFIRMATION_STEPPayAndVerifyView.FACE_PHOTO_STEPPayAndVerifyView.FIRST_TIME_VERIFY_MSGPayAndVerifyView.ID_PHOTO_STEPPayAndVerifyView.INTRO_STEPPayAndVerifyView.MAKE_PAYMENT_STEPPayAndVerifyView.PAYMENT_STEPSPayAndVerifyView.PHOTO_ID_REQPayAndVerifyView.REVIEW_PHOTOS_STEPPayAndVerifyView.SKIP_STEPSPayAndVerifyView.STEP_REQUIREMENTSPayAndVerifyView.STEP_TITLESPayAndVerifyView.UPGRADE_DEADLINEPayAndVerifyView.UPGRADE_MSGPayAndVerifyView.VERIFICATION_DEADLINEPayAndVerifyView.VERIFICATION_STEPSPayAndVerifyView.VERIFY_LATER_MSGPayAndVerifyView.VERIFY_NOW_MSGPayAndVerifyView.WEBCAM_REQPayAndVerifyView.add_utm_params_to_url()PayAndVerifyView.get()
PhotoUrlsViewReverifyViewSubmitPhotosViewVerificationStatusAPIViewcheckout_with_ecommerce_service()create_order()results_callback()
- Module contents
Submodules#
lms.djangoapps.utils module#
Helper Methods
- class lms.djangoapps.utils.OptimizelyClient#
Bases:
objectClass for instantiating an Optimizely full stack client instance.
- classmethod get_optimizely_client()#
- optimizely_client = None#
- lms.djangoapps.utils.get_email_client()#
Returns a Braze client.