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 |
|
David Ormsbee
|
9a1385585f
|
Convert response bytes to str before JSON parsing. (#21375)
Convert response bytes to str before JSON parsing.
|
2019-08-19 11:01:55 -04:00 |
|
Constanza Abarca
|
bf0c109b66
|
INCR-191
|
2019-04-25 13:51:23 -04:00 |
|
Matthew Piatetsky
|
444799fb0e
|
fix unicode strings in openedx/ part 2
|
2019-02-15 10:15:51 -05:00 |
|
Diana Huang
|
6572d99e76
|
Remove all references to datadog from our code.
|
2019-01-08 15:41:24 -05: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 |
|
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 |
|
Troy Sankey
|
7f394cfce8
|
remove uses of django.util.unittest
django.util.unittest was deprecated in django 1.7 and removed in 1.9.
PLAT-1551
|
2017-10-03 11:51:28 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Andy Armstrong
|
a75f64b6c0
|
Move service_status from common into openedx
|
2016-10-06 13:37:35 -04:00 |
|