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
4f4a0895ea93f106dce024fe38f4825f741adef3
edx-platform
/
common
/
djangoapps
/
student
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
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
migrations
Rebase upgrade Django to v1.8.5
2015-11-10 15:00:19 -05:00
tests
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
__init__.py
Move student app from lms to common
2012-07-13 11:51:32 -04:00
admin.py
Rebase upgrade Django to v1.8.5
2015-11-10 15:00:19 -05:00
auth.py
Refactor auth.has_access to auth.user_has_role
2015-07-19 20:42:29 -04:00
cookies.py
Fix login/logout errors caused by unicode cookie names
2015-06-29 09:23:15 -07:00
forms.py
Rebase upgrade Django to v1.8.5
2015-11-10 15:00:19 -05:00
helpers.py
Rebase upgrade Django to v1.8.5
2015-11-10 15:00:19 -05:00
middleware.py
Fix PEP8: E126 continuation line over-indented
2014-11-24 20:46:44 -05:00
models.py
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
roles.py
Fix pylint C7630 (literal used as attribute) violations
2015-11-23 15:32:54 -05:00
views.py
Fix pylint C7630 (literal used as attribute) violations
2015-11-23 15:32:54 -05:00