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
4f458392
Commit
4f458392
authored
Jun 04, 2015
by
Xiaolu Xiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8325 from beardeer/master
Merge pull request #8325 from beardeer/edx-platform
parents
8dfb7745
a4b4e274
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
AUTHORS
+1
-0
lms/djangoapps/courseware/model_data.py
+1
-1
No files found.
AUTHORS
View file @
4f458392
...
@@ -218,3 +218,4 @@ Andrew Dekker <simultech@gmail.com>
...
@@ -218,3 +218,4 @@ Andrew Dekker <simultech@gmail.com>
Christopher Lee <clee@edx.org>
Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaque.ali@arbisoft.com>
Mushtaq Ali <mushtaque.ali@arbisoft.com>
Colin Fredericks <colin.fredericks@gmail.com>
Colin Fredericks <colin.fredericks@gmail.com>
Xiaolu Xiong <beardeer@gmail.com>
lms/djangoapps/courseware/model_data.py
View file @
4f458392
...
@@ -544,7 +544,7 @@ class UserStateSummaryCache(DjangoOrmFieldCache):
...
@@ -544,7 +544,7 @@ class UserStateSummaryCache(DjangoOrmFieldCache):
with them.
with them.
Arguments:
Arguments:
fields (list of
str): Field name
s to return values for
fields (list of
:class:`~Field`): Field
s to return values for
xblocks (list of :class:`~XBlock`): XBlocks to load fields for
xblocks (list of :class:`~XBlock`): XBlocks to load fields for
aside_types (list of str): Asides to load field for (which annotate the supplied
aside_types (list of str): Asides to load field for (which annotate the supplied
xblocks).
xblocks).
...
...
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