dinoperovic / django-salesman

Headless e-commerce framework for Django and Wagtail.
https://django-salesman.rtfd.io
BSD 3-Clause "New" or "Revised" License
384 stars 46 forks source link

Django 4.2 support #34

Closed madisvain closed 1 year ago

madisvain commented 1 year ago

Describe the bug ERROR: Cannot install -r requirements.in (line 24), django-salesman==1.1.6 and django>=4.2 because these package versions have conflicting dependencies.

Django 4.2 was released and salesman I think would run just fine on the newer version as well but because of the Django version limitations it's not installable from pip.

Could we expand the Django versions it supports?

dinoperovic commented 1 year ago

@madisvain I will update once Wagtail v5 is released (currently in RC) as it adds Django 4.2 support as well.

lucargir commented 1 year ago

Hi @dinoperovic Wagtail v5 was released two days ago, just giving a ping to see if we can have this soon. I am trying to use Salesman with a new project with Wagtail v5, so let me know if I can be of any help :)

dinoperovic commented 1 year ago

Released Salesman 1.2.0 which adds support for Django-4.2 and Wagtail-5.0