Skip to content

🔖 Release 2.12.0#154

Open
OlhaZahoruiko wants to merge 1 commit intomainfrom
release/2.12.0
Open

🔖 Release 2.12.0#154
OlhaZahoruiko wants to merge 1 commit intomainfrom
release/2.12.0

Conversation

@OlhaZahoruiko
Copy link

@OlhaZahoruiko OlhaZahoruiko commented Feb 26, 2026

Closes #142

@OlhaZahoruiko OlhaZahoruiko marked this pull request as ready for review February 26, 2026 10:37
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.79%. Comparing base (0db9130) to head (3cc3872).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   66.79%   66.79%           
=======================================
  Files          90       90           
  Lines        3430     3430           
  Branches      385      385           
=======================================
  Hits         2291     2291           
  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.

CHANGELOG.rst Outdated

2.12.0 (2026-02-26)
-------------------
* [#142] Added ``API_EXCEPTION_CAMELIZE`` setting to make the underscore-to-camel

Choose a reason for hiding this comment

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

Could you also refer to docs/ref/settings.rst?

Suggested change
* [#142] Added ``API_EXCEPTION_CAMELIZE`` setting to make the underscore-to-camel
**New features**
* [#142] Added ``API_EXCEPTION_CAMELIZE`` setting to make the underscore-to-camel (see :ref:`ref_settings`)

Let's also add an entry under **Project maintenance** to mention:

* [#147] Drop support for Django < 5.2
* [#147] Drop support for Python < 3.11
* [#147] Migrate from `setup.cfg` to `pyproject.toml`

@danielmursa-dev
Copy link

danielmursa-dev commented Feb 26, 2026

@OlhaZahoruiko @stevenbal If this release is not urgent, it would be better to include #149 as well, so we won't have to create another minor one (I think).

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.

@danielmursa-dev yeah let's wait for the type checking PR to include that in this release as well 👍

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