erdem / django-map-widgets

Highly customizable, intuitive, and user-friendly map widgets for GeoDjango applications.
MIT License
447 stars 119 forks source link

Change import to support Django 4.0 #127

Closed dryan closed 2 years ago

dryan commented 2 years ago

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

dryan commented 2 years ago

@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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

FYI, I have published the 0.3.3 release.

pip install django-map-widgets==0.3.3