M. Zulqarnain
94f14c6b3d
refactor: pyupgrade on bookmarks, cache_tools, catalog ( #26783 )
2021-03-15 18:29:40 +05:00
Awais Qureshi
587b32642b
BOM-2315
...
Apply pylint-amnesty.
2021-02-03 17:22:20 +05:00
Awais Qureshi
c246ba2e9b
BOM-2315
...
Apply pylint-amnesty.
2021-02-03 12:18:09 +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
Ayub khan
5c47a3b425
BOM Project
...
Updated __unicode__ to __str__
2019-09-25 18:31:54 +05:00
Michael Youngstrom
353d006839
INCR-115
2019-04-24 11:07:37 -04:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Jeremy Bowman
d90afa4cde
TE-2689 Remove useless pylint suppressions part 5
2018-08-21 11:07:52 -04:00
Tyler Hallada
1540f9ec72
Add on_delete kwarg to ForeignKey & OneToOneFields
...
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.
The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -04:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
bmedx
95e76dcafe
Small fixes to LMS unit 1 failures in Django 1.11 tests
2018-01-08 10:20:30 -05: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
John Eskew
3614eb2800
Move xmodule_django app to openedx.core.djangoapps
2016-10-06 14:50:40 -04:00
muzaffaryousaf
509522414a
Using display_name_with_default instead of display_name.
...
TNL-4103
2016-02-19 16:50:23 +05:00
muzaffaryousaf
b4189784da
Fixed POST bookmarks bug when display_name is None.
...
Added tests & general message to js when parsing fails.
TNL-3989
2016-01-12 09:47:51 -05:00
ehtesham
3385d1e128
TNL-2810 backend implementation to limit the maximum bookmarks per course
2015-12-21 22:17:58 +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