Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
10df9285
Unverified
Commit
10df9285
authored
5 years ago
by
Ayub
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #21035 from edx/INCR-380
INCR-380 python 3 compatibility
parents
8da4955e
1f2d15f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openedx/core/release.py
+2
-1
2 additions, 1 deletion
openedx/core/release.py
openedx/core/storage.py
+2
-0
2 additions, 0 deletions
openedx/core/storage.py
with
4 additions
and
1 deletion
openedx/core/release.py
+
2
−
1
View file @
10df9285
...
...
@@ -2,8 +2,9 @@
Information about the release line of this Open edX code.
"""
import
unittes
t
from
__future__
import
absolute_impor
t
import
unittest
# The release line: an Open edX release name ("ficus"), or "master".
# This should always be "master" on the master branch, and will be changed
...
...
This diff is collapsed.
Click to expand it.
openedx/core/storage.py
+
2
−
0
View file @
10df9285
"""
Django storage backends for Open edX.
"""
from
__future__
import
absolute_import
from
django.contrib.staticfiles.storage
import
StaticFilesStorage
from
django.core.files.storage
import
get_storage_class
from
django.utils.lru_cache
import
lru_cache
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment