Usama Sadiq
4ee5964855
fix: fix django4 deprecation warnings ( #32957 )
2023-08-16 14:39:49 +05:00
Jawayria
c320d5cd1b
fix: replace 'django.conf.url()' with 'django.urls.re_path()'
2021-12-14 19:53:24 +05:00
Kyle McCormick
a3deb6e317
Sort imports in cms/
...
Command: `isort --recursive cms/`
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
61e1eda20d
Merge pull request #22644 from edx/feanil/2to3_imports
...
Run `2to3 -f future . -w`
2019-12-30 11:21:05 -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
Awais Qureshi
928a84f969
BOM-1117
...
Specifying a namespace in django.conf.urls.include() without providing an app_name is deprecated.
Adding the app_name attribute in the included module.
2019-12-30 18:08:21 +05:00
Amit
2f6935863a
INCR-344 ( #20785 )
2019-06-11 16:11:46 -04:00
Clinton Blackburn
256849950d
Added Studio API endpoint to support course creation
...
LEARNER-2468
2017-09-13 11:22:47 -04:00