tutor/changelog.d
Carlos Muniz ac1a875f42 refactor: annotation with __future__.annotations
Adds `from __future__ import annotations` to the top of every module,
right below the module's docstring. Replaces any usages of t.List,
t.Dict, t.Set, t.Tuple, and t.Type with their built-in equivalents:
list, dict, set, tuple, and type. Ensures that make test still passes
under Python 3.7, 3.8 and 3.9.
2023-01-18 08:36:14 +01:00
..
scriv ci: better github release management with scriv 2023-01-17 12:12:10 +01:00
20230106_163518_regis_fix_example_com_links.md fix: 'example.com' links in registration emails 2023-01-18 07:51:11 +01:00
20230109_100009_codewithemad_upgrade_mysql_issue.md fix: respect RUN_MYSQL on k8s maple upgrade 2023-01-09 13:01:48 +01:00
20230109_134927_regis_fix_tinymce_formatting.md fix: backport fix for html component editing in studio 2023-01-18 07:51:24 +01:00
20230110_130740_cmuniz_built_in_generic_types.md refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
20230117_165024_regis_cors_whitelist.md fix: get rid of lms/cms `CORS_ORIGIN_WHITELIST` warnings 2023-01-18 07:55:13 +01:00
scriv.ini ci: better github release management with scriv 2023-01-17 12:12:10 +01:00