jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.1k stars 348 forks source link

Support Django 3.1 #308

Closed d9pouces closed 3 years ago

d9pouces commented 3 years ago

Checklist

Put an x in the bracket when you have completed each task, like this: [x]

Steps to reproduce

  1. Install Django 3.1
  2. Try to install Django-smart-selects

Actual behavior

Django-smart-selects requires Django < 3.1

Expected behavior

Django-smart-selects works with Django 3.1 A few quick tests do not show any bug, and just replacing "Django < 3.1" by "Django < 3.2" seems to be sufficient.

manelclos commented 3 years ago

@d9pouces great! thanks to checking and taking the time to report it. Will you send a PR?

manelclos commented 3 years ago

Fixed in https://github.com/jazzband/django-smart-selects/pull/309

manelclos commented 3 years ago

Version 1.5.9 which includes #309 is out