Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Michael Youngstrom
|
353d006839
|
INCR-115
|
2019-04-24 11:07:37 -04:00 |
|
bmedx
|
68e3894c17
|
openedx urls cleanup for Django 1.11
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
|
2017-11-03 16:11:41 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Usman Khalid
|
4304c66c54
|
Performance optimizations and cache to keep the bookmarks info updated.
The cache uses the bookmarks.XBlockCache model.
TNL-1945
|
2015-12-17 22:07:34 +05:00 |
|