8000 fix: Added deprecation warning to `get_current_language()` by marksweb · Pull Request #7410 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: Added deprecation warning to get_current_language() #7410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into fix/6720/deprecation
  • Loading branch information
fsbraun authored Oct 28, 2022
commit 2fdbf5cabb72214504ec2223ed67f31fb7531d9c
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ unreleased
* Fix bug where switching color scheme affects other settings
* Unlocalize page and node ids when rendering the page tree in the admin (#7175)
* Fixed permission denied error after page create (#6866)
* Improved performance when using CMS_RAW_ID_USERS=True on a Postgres DB with many users
* Add deprecation warning to ``cms.utils.i18n.get_current_language()`` (#6720)

3.11.0 (2022-08-02)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0