Coder Social home page Coder Social logo

Comments (13)

samuel-andres avatar samuel-andres commented on June 25, 2024 10

Please, update the PyPI package

from django-fsm-admin.

Cupcee avatar Cupcee commented on June 25, 2024 7

When is this coming to PyPI?

from django-fsm-admin.

neilh avatar neilh commented on June 25, 2024 6

If you don't want to wait for PyPI, you can add the latest versions like so

$ pip install git+https://github.com/gadventures/django-fsm-admin@fe59a4b09657e011c20e379d262e49c45ba430e7

update after @ to whichever commit version you want. It'll freeze that to your requirements.txt too.

from django-fsm-admin.

yigor avatar yigor commented on June 25, 2024 6

It would to be great to have the latest version published into PyPI now that Django 4.2 LTS is released!

from django-fsm-admin.

MarvinGS avatar MarvinGS commented on June 25, 2024 4

It looks like this is fixed by the merge of #92 in october 2022 but i still get the error in august 2023 with a fresh install of Django 4.2 LTS. How do we get the update to PyPI? Can i help?

from django-fsm-admin.

neilh avatar neilh commented on June 25, 2024 2

It's cause this code is not in the current pip 1.2.5 version mixins.py


if django.VERSION < (4, 0):
    from django.utils.encoding import force_text as force_str
    from django.utils.translation import ugettext_lazy as _
else:
    from django.utils.encoding import force_str
    from django.utils.translation import gettext_lazy as```

from django-fsm-admin.

holvi-mikael avatar holvi-mikael commented on June 25, 2024 2

Would much appreciate a release for this fix, or failing that, a date when it is planned to be released?

from django-fsm-admin.

SuEric avatar SuEric commented on June 25, 2024 1

when will this be available in pypi?

from django-fsm-admin.

pfcodes avatar pfcodes commented on June 25, 2024 1

please publish to pypi

from django-fsm-admin.

radokristof avatar radokristof commented on June 25, 2024

Same for me as well

from django-fsm-admin.

pfcodes avatar pfcodes commented on June 25, 2024

+1

from django-fsm-admin.

raratiru avatar raratiru commented on June 25, 2024

It's cause this code is not in the current pip 1.2.5 version mixins.py

@neilh I had opened a pole on which pr for the issue is the best...

And the winner is #92 !

from django-fsm-admin.

aeyoll avatar aeyoll commented on June 25, 2024

Hello,
Is it possible to publish a new version on PyPI please?

Thanks a lot

from django-fsm-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.