forked from openedx/edx-organizations
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add app_label to models: fix breaking tests
tests in Open edX `common` don't have the `organizations` in the INSTALLED_APPS this change and throws an error like: "Model xyz is not in INSTALLED_APP and doesn't declare `app_label`" This fixes it by adding app_label. Also, removing unneeded @python_2_unicode_compatible now we're past Python 2.
- Loading branch information
1 parent
f8506c3
commit 7842355
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters