Awais Jibran
ad7f6019fe
Integrate "olxcleaner" with course import ( #27164 )
...
* Integrating olxcleaner in course import
* Adding toggle removal date and addressing pylint issues.
2021-03-31 13:26:14 +05:00
M. Zulqarnain
5562944e87
BOM-2369 (A): pyupgrade on api,contentstore and cms_user_tasks apps under CMS ( #26676 )
...
* pyupgrade on cms api,contentstore and cms_user_tasks apps
2021-03-04 15:06:07 +05:00
usamasadiq
7bbde8f0f5
Applied pylint-amnesty
2021-02-08 13:00:22 +05:00
Kyle McCormick
a3deb6e317
Sort imports in cms/
...
Command: `isort --recursive cms/`
2020-10-19 09:34:31 -04:00
Kyle McCormick
7538691484
Patch CMS app code in tests using fully qualified names
2020-10-19 09:34:31 -04:00
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
Jeremy Bowman
68902a2f3f
TE-2689 Remove useless pylint suppressions part 3
2018-08-16 09:57:01 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Andy Armstrong
ebb04ca396
Reorder Studio imports using isort
2017-05-30 17:00:50 -04:00
bmedx
6e88c2d26e
Linting fixes
2017-03-03 17:03:35 -05:00
bmedx
322de9604d
Address PR feedback
2017-03-03 15:42:11 -05:00
bmedx
d5eb9c0b21
Fix more lint violations, remove prints
2017-03-03 10:32:22 -05:00
bmedx
327aeb18aa
Fix pep8 violation
2017-03-03 09:49:23 -05:00
bmedx
1b6123294d
Fixes to celery queuing and text
2017-03-02 15:29:54 -05:00
bmedx
6ca739d811
Send emails on completed django-user-tasks
...
- Creates a new app under cms
- Sends emails asynchronously on completion of any top-level job
- Moves old user task related cms tests to cms_user_tasks
2017-03-01 17:07:42 -05:00