Skip to content

✨ [#142] make exception field camelization configurable via setting#152

Merged
stevenbal merged 4 commits intomainfrom
feature/142-configurable-exception-camelization
Feb 24, 2026
Merged

✨ [#142] make exception field camelization configurable via setting#152
stevenbal merged 4 commits intomainfrom
feature/142-configurable-exception-camelization

Conversation

@OlhaZahoruiko
Copy link

@OlhaZahoruiko OlhaZahoruiko commented Feb 19, 2026

Closes #142

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.79%. Comparing base (7f350c4) to head (068235e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
+ Coverage   66.66%   66.79%   +0.12%     
==========================================
  Files          89       90       +1     
  Lines        3417     3430      +13     
  Branches      383      385       +2     
==========================================
+ Hits         2278     2291      +13     
  Misses       1044     1044              
  Partials       95       95              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@OlhaZahoruiko OlhaZahoruiko changed the title ✨ [#142] make exception field camelization configurable via … ✨ [#142] make exception field camelization configurable via setting Feb 19, 2026
@OlhaZahoruiko OlhaZahoruiko force-pushed the feature/142-configurable-exception-camelization branch from 2d02309 to 499d3a2 Compare February 19, 2026 15:01
@OlhaZahoruiko OlhaZahoruiko marked this pull request as ready for review February 19, 2026 15:10
@OlhaZahoruiko OlhaZahoruiko force-pushed the feature/142-configurable-exception-camelization branch from 499d3a2 to 3c01879 Compare February 23, 2026 09:32
Copy link

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OlhaZahoruiko I slightly changed the settings to group them under the namespace COMMONGROUND_API_COMMON, most modern 3rd party django apps do this to make it a bit more organised.

@stevenbal stevenbal merged commit 0db9130 into main Feb 24, 2026
6 checks passed
@stevenbal stevenbal deleted the feature/142-configurable-exception-camelization branch February 24, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow defining a mapping of exceptions to responses for exception_handler

4 participants