Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix edx-platform/common/djangoapps imports with 'common.djangoapps' #1036

Merged
merged 1 commit into from
Nov 25, 2020

Conversation

kdmccormick
Copy link
Member

@kdmccormick kdmccormick commented Nov 9, 2020

Previously, code from these djangoapps could be imported without
the 'common.djangoapps' prefix. For example, one could write
'from student import models' intead of
'from common.djangoapps.student import models'.

This import pattern unidiomatic and is now deprecated. See
edx-platform/docs/decisions/0007-sys-path-modification-removal.rst
for details and justification.

Related to https://github.com/edx/edx-platform/pull/25477


Update -- People are seeing this error on Devstack:

RuntimeError: Conflicting 'oauth2providerconfig' models in application 'third_party_auth': <class 'third_party_auth.models.OAuth2ProviderConfig'> and <class 'common.djangoapps.third_party_auth.models.OAuth2ProviderConfig'>.

I believe this PR would resolve that error.

@kdmccormick kdmccormick force-pushed the kdmccormick/sys-path-hacks-common branch from b52f7bf to b7334e4 Compare November 9, 2020 15:30
@kdmccormick kdmccormick marked this pull request as ready for review November 12, 2020 19:48
Previously, code from these djangoapps could be imported without
the 'common.djangoapps' prefix. For example, one could write
'from student import models' intead of
'from common.djangoapps.student import models'.

This import pattern unidiomatic and is now deprecated. See
edx-platform/docs/decisions/0007-sys-path-modification-removal.rst
for details and justification.
@kdmccormick kdmccormick force-pushed the kdmccormick/sys-path-hacks-common branch from b7334e4 to af837ef Compare November 25, 2020 00:19
@kdmccormick kdmccormick merged commit ebcc1e6 into master Nov 25, 2020
@kdmccormick kdmccormick deleted the kdmccormick/sys-path-hacks-common branch November 25, 2020 13:20
sameenfatima78 pushed a commit that referenced this pull request Dec 1, 2020
#1036)

Previously, code from these djangoapps could be imported without
the 'common.djangoapps' prefix. For example, one could write
'from student import models' intead of
'from common.djangoapps.student import models'.

This import pattern unidiomatic and is now deprecated. See
edx-platform/docs/decisions/0007-sys-path-modification-removal.rst
for details and justification.
sameenfatima78 pushed a commit that referenced this pull request Dec 1, 2020
…in enterprise report configurations. added validation to set these reports for pearson only.

Refresh catalog metadata on create and update (#1032)

ENT-3531

update edx-django-utils>=3.12.0

We need edx-django-utils>=3.12.0 for the new
decorator for code_owner for celery tasks.

ARCHBOM-1260

add code_owner for celery tasks

Celery tasks need an additional decorator to
track code ownership.

ARCHBOM-1260

remove DeprecatedEdxPlatformImportWarning in utils

remove DeprecatedEdxPlatformImportWarning in admin

remove DeprecatedEdxPlatformImportWarning signals

Bug fix: enterprise catalog api raise exception

Prefix edx-platform/common/djangoapps imports with 'common.djangoapps' (#1036)

Previously, code from these djangoapps could be imported without
the 'common.djangoapps' prefix. For example, one could write
'from student import models' intead of
'from common.djangoapps.student import models'.

This import pattern unidiomatic and is now deprecated. See
edx-platform/docs/decisions/0007-sys-path-modification-removal.rst
for details and justification.

ENT-3591: update EnterpriseProxyLoginView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants