Hugo Castilho
Hugo Castilho
Is there some reason to have the traceback directly in the log message and not using `exc_info` or `logging.exception`? This impedes custom formatters from changing how the information is displayed...
### PyPI Username `hcastilho` ### Reason for request * Lost 2FA authentication app or security token Accidental security token reset. Hadn't set up the second security token on Pypi. Don't...
**Describe the bug** Filtering two Q expressions across two ManyToMany relationships between the same tables returns incorrect results. **To Reproduce** ``` class User(Model): username = fields.TextField() class Task(Model): reviewers =...