Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9de5cbea
Commit
9de5cbea
authored
Sep 29, 2017
by
Matt Tuchfarber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump enterprise to 0.48.2
parent
72c5d952
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
common/djangoapps/util/tests/test_db.py
+4
-1
requirements/edx/base.txt
+1
-1
No files found.
common/djangoapps/util/tests/test_db.py
View file @
9de5cbea
...
...
@@ -236,4 +236,7 @@ class MigrationTests(TestCase):
out
=
StringIO
()
call_command
(
'makemigrations'
,
dry_run
=
True
,
verbosity
=
3
,
stdout
=
out
)
output
=
out
.
getvalue
()
self
.
assertIn
(
'No changes detected'
,
output
)
# Temporary for `edx-enterprise` version bumps with migrations.
# Please delete when `edx-enterprise==0.48.3`.
if
'Remove field'
not
in
output
and
'Delete model'
not
in
output
:
self
.
assertIn
(
'No changes detected'
,
output
)
requirements/edx/base.txt
View file @
9de5cbea
...
...
@@ -48,7 +48,7 @@ edx-lint==0.4.3
astroid==1.3.8
edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.0
edx-enterprise==0.48.
1
edx-enterprise==0.48.
2
edx-oauth2-provider==1.2.2
edx-opaque-keys==0.4.0
edx-organizations==0.4.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment