This website requires JavaScript.
Explore
Help
Sign In
Andal.LND
/
edx-platform
Watch
6
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
90f2fb868e0646733fad8ec615af2d2dec11801e
edx-platform
/
common
/
djangoapps
/
xblock_django
History
Ned Batchelder
0872732cf0
Fix pylint C7630 (literal used as attribute) violations
...
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
2015-11-23 15:32:54 -05:00
..
management
Adding django command to create mongodb indexes
2015-08-17 17:05:27 -04:00
migrations
Rebase upgrade Django to v1.8.5
2015-11-10 15:00:19 -05:00
tests
Add super() calls to setUp/tearDown that are missing them
2015-05-14 18:14:21 -04:00
__init__.py
Implement user service to return currently-logged-in user
2015-01-16 11:40:06 -05:00
admin.py
Added ability to disable xblock types in LMS.
2015-07-03 20:58:40 +05:00
models.py
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
user_service.py
Fix pylint C7630 (literal used as attribute) violations
2015-11-23 15:32:54 -05:00