M. Zulqarnain
|
da970bf215
|
BOM-2369 (B): Pyupgrade on contentstore/management (#26758)
* pyupgrade on contentstore/management
|
2021-03-04 14:31:10 +05:00 |
|
usamasadiq
|
7bbde8f0f5
|
Applied pylint-amnesty
|
2021-02-08 13:00:22 +05:00 |
|
Kyle McCormick
|
538dbf696b
|
Import CMS code using fully qualified module names
or, using proper the proper Python 3 relative imports
(e.g., 'from .views import x') which are standard and
unambiguous.
|
2020-10-19 09:34:31 -04: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 |
|
Aarif
|
8bdd2b29d2
|
INCR-337 Python 3 compatibility (#20993)
* ran python-modernize and isort on files specified in INCR-337
* changes made to comply with pylint
|
2019-07-15 14:12:52 +05:00 |
|
Matthew Piatetsky
|
7df30938c4
|
fix unicode strings in cms/
|
2019-02-04 13:01:51 -05:00 |
|
Ibrahim
|
a7e1ddf729
|
catch duplicate course error
|
2018-04-13 17:34:27 +05:00 |
|
Hasnain
|
4c10874b34
|
WL-1444 | Added optional argument "start date" in management command.
|
2018-02-15 16:20:55 +05:00 |
|
Hasnain
|
62969bc317
|
Adding the new argument "name" (course_display_name) in create_course management command.
|
2018-02-06 16:55:29 +05:00 |
|
bmedx
|
79fe2e6260
|
CMS management command cleanup for Django 1.11
|
2017-11-01 10:13:46 -04:00 |
|
Andy Armstrong
|
ebb04ca396
|
Reorder Studio imports using isort
|
2017-05-30 17:00:50 -04:00 |
|
stv
|
b9ed4b6561
|
Fix Pylint: E1305(too-many-format-args)
|
2015-03-13 20:20:04 -07:00 |
|
Don Mitchell
|
a4d13dc42c
|
Add command line command to create course in either split or mongo
PLAT-189
|
2014-10-21 16:34:36 -04:00 |
|