TurboGears / TurboGears/tgext.debugbar
tgext.debugbar doesn't use customised serializers
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
If you use customised JSON serializers for SQLAlchemy (eg: to deal with decimals) in config["slqalchemy.json_serializers"], the app works fine, but tgext.debugbar presents the message "Unable to serialize parameters of the query".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating tgext.debugbar's query-parameter serialization and checking how it reads config["slqalchemy.json_serializers"], then verify that customised SQLAlchemy serializers handle parameters such as decimals without the "Unable to serialize parameters of the query" message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100