M. Zulqarnain
0fdb3fce9a
pyupgrade on survey, teams and tests apps ( #26647 )
2021-02-23 15:50:22 +05:00
M. Zulqarnain
feaf5011c8
BOM-2287 : Pylint amnesty in teams,tests,survey and verify_student ( #26305 )
...
* lint amnesty in teams,tests,survey and verify_student
2021-02-03 18:15:03 +05:00
Feanil Patel
2df8b8226b
Merge pull request #22643 from edx/feanil/2to3_asserts
...
Run `2to3 -f asserts . -w` on edx-platform.
2019-12-30 12:13:42 -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
Feanil Patel
70294b0ad2
Run 2to3 -f asserts . -w on edx-platform.
...
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
2019-12-30 10:22:19 -05:00
Kyle McCormick
7dbee1c3dd
Ensure Python 3 compatibility of Teams djangoapp ( #22096 )
...
* For all files, from __future__ import unicode_literals.
* Add @python_2_unicode_compatible to both models.
* Test six.string_type(obj) for both models.
Also, fix some new pylint warnings and improve model repr methods.
MST-24
2019-10-22 13:42:27 -04:00
Alex Wang
77eb01ff42
resolve pylint violations in lms/djangoapps/teams ( #22063 )
...
MST-6
2019-10-18 10:20:55 -04:00
Stu Young
272751c821
incr-300 ( #20624 )
...
* run python modernize
* run isort
* Fix imports
2019-05-16 11:12:37 -04:00
Calen Pennington
8c53ce6493
Merge pull request #19743 from edx/unicode7
...
fix unicode strings in lms/ part 2
2019-02-13 14:15:02 -05:00
Matthew Piatetsky
764319d3e0
fix unicode strings in lms/ part 2
2019-02-13 10:35:56 -05:00
Michael Youngstrom
3221c2b91f
Remove lms pytest shards
2019-02-12 11:03:46 -05:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Troy Sankey
877c9fafc3
teams management commands cleanup for django 1.11
2017-11-09 15:39:04 -05:00
Andy Armstrong
79acb5c5be
Reorder LMS imports using isort
2017-06-11 21:48:06 -04:00
Ned Batchelder
2e1238b83e
Remove unused imports
2016-04-08 11:23:05 -04:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Bill DeRusha
eec2bed0c7
Add edx-search configuration to lms
...
remove "defensive code" until we can figure out how to actually
catch the errors,
2015-09-11 13:55:39 -04:00
Bill DeRusha
49807ab6a5
Add search specific feature flag in front of search features
2015-09-08 17:13:30 -04:00
Andy Armstrong
4be74937df
Add searching to the teams view
...
TNL-1935
2015-09-02 12:26:07 -04:00
Bill DeRusha
973314de7b
Add basic elasticsearch search for teams
...
TNL-3014
Add tests for search
Add text_search to TeamsListView
Add reindex command line tool for course teams
Add Search Pagination and update comments
Move paginate_search_results to common library
2015-08-24 09:22:06 -04:00