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
a15110f01c1d28ca7593efb4e4b35bc4ee02e0ea
edx-platform
/
common
/
djangoapps
/
student
History
chrisndodge
099d02d13d
Merge pull request
#6124
from edx/muhhshoaib/WL-164
...
Unpurchased items in the shoppingcart should be removed if the enrollment period has closed
2014-12-09 09:25:46 -05:00
..
management
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
migrations
s/pylint: disable=W0621/pylint: disable=redefined-outer-name/
2014-12-01 11:22:08 -05:00
tests
Merge pull request
#5942
from edx/cohorted-courseware
2014-12-08 14:38:30 -05:00
__init__.py
Move student app from lms to common
2012-07-13 11:51:32 -04:00
admin.py
Add new enrollment message to the dashboard
2014-10-02 12:32:35 +00:00
auth.py
Change has_course_access definition and doc string
2014-12-02 22:08:58 -05:00
forms.py
Fix PEP8: W292 no newline at end of file
2014-11-10 10:59:44 -08:00
helpers.py
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page."
2014-12-05 10:41:42 -05:00
middleware.py
Fix PEP8: E126 continuation line over-indented
2014-11-24 20:46:44 -05:00
models.py
Remove items from the shopping cart if they are for a course whose course enrollment window has closed
2014-12-09 12:20:37 +05:00
roles.py
Fix PEP8: E302 expected 2 blank lines, found 1
2014-11-10 11:00:11 -08:00
views.py
Merge pull request
#5942
from edx/cohorted-courseware
2014-12-08 14:38:30 -05:00