Project

General

Profile

Feature #2168

Updated by Alexander Watzinger 9 months ago

*Improvements* 
 * Improved manual links 

 *Refactor* 
 * Cleaning up admin views 
 * Rewrite database functions (remove classes and call functions directly) 
 * Mypy: resolve some type ignore comments 
 * Pylint: raise limits and resolving some e.g. consider-using-with and too-much-boolean 
 * Solving recursive imports (removing import calls in functions) 

 *Fixes* 
 * Fixed missing tinymce at admin/content

Back