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

Dropped support for Django versions prior to 2.2 #320

Closed smithdc1 closed 3 years ago

smithdc1 commented 3 years ago
manelclos commented 3 years ago

Hi @smithdc1, tests are failing because six is still being used in the code, can you please fix it?

Also please rebase with current master, would love to merge this one.

Thanks!

smithdc1 commented 3 years ago

@manelclos -- hopefully I've done this correctly this time. 🤞

I've also got a patch prepped to fix a few deprecation warnings in recent versions of Django, but I need this merged first.

jezdez commented 3 years ago

I've incorporated this PR into #323.