django-el-pagination icon indicating copy to clipboard operation
django-el-pagination copied to clipboard

Latest release (3.3.0) still contains force_text

Open andrewmackie opened this issue 3 years ago • 9 comments

Django 4.0 has removed django.utils.encoding.force_text.

@FuzzyGrim replaced force_text with force_str in development but this hasn't made it into a release yet (release 3.3.0 still contains force_text).

Can you please create a new release which incorporates this change?

andrewmackie avatar Feb 18 '22 10:02 andrewmackie

I need this too please.

DanielSwain avatar Feb 27 '22 00:02 DanielSwain

bump! changes are already there, just need them released please.

shu-ha-ri avatar Mar 27 '22 19:03 shu-ha-ri

Can we get an upgrade? Ran into this too and the changes are there.

hockeymikey avatar May 16 '22 19:05 hockeymikey

Fixed in #153?

cclauss avatar May 18 '22 15:05 cclauss

Please release me, can't you see You'd be a fool to cling to me So release me and let me love again Let me love, let me go

  • #153 & Engelbert Humperdunk

Semprini avatar Jun 03 '22 04:06 Semprini

Is this released yet?

benmcnelly avatar Jun 11 '22 11:06 benmcnelly

Releases are https://github.com/shtalinberg/django-el-pagination/tags

cclauss avatar Jun 11 '22 11:06 cclauss

Hi, guys! I had to put aside support for open source projects for a while Sorry for waiting release, we have a war in my country :-( I will review everything and make a release by the end of this week

shtalinberg avatar Jun 27 '22 09:06 shtalinberg

Yes. We thought so. Glad to hear that you are safe.

We wish Ukraine 🇺🇦 a rapid and complete victory over the aggressors.

cclauss avatar Jun 27 '22 09:06 cclauss

Gentle bump on getting a release out... Hopefully with the changes in #161 included.

cclauss avatar Oct 10 '22 10:10 cclauss

@shtalinberg Gentle bump on getting a release out.

  • https://github.com/shtalinberg/django-el-pagination/tags

cclauss avatar Dec 17 '22 07:12 cclauss

Temporary solution: you can put

import django
from django.utils.encoding import force_str
django.utils.encoding.force_text = force_str

somewhere in your settings.py to get latest released version working with Django >= 4.0

Greetings to the Author, hope He's fine.

rtpm avatar Feb 12 '23 17:02 rtpm

Bumped version 4.0.0

Sorry for waiting.

shtalinberg avatar Apr 02 '23 01:04 shtalinberg