M. Zulqarnain
94f14c6b3d
refactor: pyupgrade on bookmarks, cache_tools, catalog ( #26783 )
2021-03-15 18:29:40 +05:00
Ned Batchelder
079d17b899
Remove code that is now in edx_api_doc_tools
2020-01-21 11:15:41 -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
Régis Behmo
ae216c8584
Rename API decorators to "apidocs" to be provider-agnostic
...
The API documentation decorators do not have to leak which solution we
use to generate the docs. Here, and as discussed in PR #21820 , we rename
the `openapi` module to `apidocs`, and we make sure that this module
includes all the right functions to document API Views without referring
to Open API.
2019-10-14 08:14:18 +02:00
Ned Batchelder
f7cd63f784
Convert bookmarks and certificates API docs to yasg format
2019-09-17 16:54:27 -04:00
Michael Youngstrom
353d006839
INCR-115
2019-04-24 11:07:37 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Felipe Montoya
38e787b65c
Quick fixes for users with unicode usernames.
...
This changes fix the bookmarks feature and image upload
2016-10-25 15:30:52 -05:00
Usman Khalid
8bdc097293
Fixes after rebase to Django 1.8
2015-12-17 22:10:21 +05: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