Skip to content
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

Replace ugettext with gettext: RemovedInDjango40Warning #744

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

wlorenzetti
Copy link
Member

Refactoring fro Django warning

@wlorenzetti wlorenzetti added refactoring Anything which could result in a API change backport to v.3.7.x labels Feb 7, 2024
@wlorenzetti wlorenzetti self-assigned this Feb 7, 2024
@wlorenzetti wlorenzetti marked this pull request as ready for review February 7, 2024 11:39
@wlorenzetti wlorenzetti merged commit 3b16335 into dev Feb 7, 2024
6 checks passed
@wlorenzetti wlorenzetti deleted the fix_future_RemovedInDjango40Warning branch February 7, 2024 11:39
Copy link

github-actions bot commented Feb 7, 2024

The backport to v.3.7.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v.3.7.x v.3.7.x
# Navigate to the new working tree
cd .worktrees/backport-v.3.7.x
# Create a new branch
git switch --create backport-744-to-v.3.7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b163350174a79388e98efea988d19e8557ef993
# Push it to GitHub
git push --set-upstream origin backport-744-to-v.3.7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v.3.7.x

Then, create a pull request where the base branch is v.3.7.x and the compare/head branch is backport-744-to-v.3.7.x.

wlorenzetti added a commit that referenced this pull request Feb 7, 2024
Co-authored-by: wlorenzetti <[email protected]>
(cherry picked from commit 3b16335)
wlorenzetti added a commit that referenced this pull request Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to v.3.7.x refactoring Anything which could result in a API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant