shtalinberg / django-el-pagination

Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
MIT License
307 stars 71 forks source link

Latest release (3.3.0) still contains force_text #154

Closed andrewmackie closed 1 year ago

andrewmackie commented 2 years ago

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?

DanielSwain commented 2 years ago

I need this too please.

shu-ha-ri commented 2 years ago

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

hockeymikey commented 2 years ago

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

cclauss commented 2 years ago

Fixed in #153?

Semprini commented 2 years ago

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

benmcnelly commented 2 years ago

Is this released yet?

cclauss commented 2 years ago

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

shtalinberg commented 2 years ago

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

cclauss commented 2 years ago

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

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

cclauss commented 2 years ago

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

cclauss commented 1 year ago

@shtalinberg Gentle bump on getting a release out.

rtpm commented 1 year ago

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.

shtalinberg commented 1 year ago

Bumped version 4.0.0

Sorry for waiting.