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

Change import to support Django 4.0 #127

Merged
merged 3 commits into from
Jan 26, 2022
Merged

Change import to support Django 4.0 #127

merged 3 commits into from
Jan 26, 2022

Conversation

dryan
Copy link
Contributor

@dryan dryan commented Dec 7, 2021

Django 4.0 removed the ugettext_ family of functions so this import statement needs updating.

[Django 4.0 remove the ugettext_ family of functions](https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0) so this import statement needs updating.
@dryan
Copy link
Contributor Author

dryan commented Jan 4, 2022

@Giesl thanks for the approval! I believe the Travis CI check won't complete because I submitted this during the AWS outage. I'd be happy to push an empty commit to trigger a new check, or whatever method you'd prefer.

@stianjensen
Copy link
Contributor

You can amend your commit with no changes with git commit --amend, and then git push -f to force push the branch. That should trigger a new build.

@whob13
Copy link

whob13 commented Jan 19, 2022

Is there a timeline to get this pushed to master? I'd like to update a project to Django 4 but will wait on this if it's coming soon.

@erdem
Copy link
Owner

erdem commented Jan 24, 2022

Hi All,

I couldn't login to my github account for a while because of a sim card issue. I will tackle this along with other PRs in this week. Really sorry for the delay.

@erdem erdem merged commit 245ae97 into erdem:master Jan 26, 2022
@erdem
Copy link
Owner

erdem commented Jan 26, 2022

FYI, I have published the 0.3.3 release.

pip install django-map-widgets==0.3.3

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.

5 participants