morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

support for django 3.2 #33

Closed hypy13 closed 3 years ago

hypy13 commented 3 years ago

hi could you please add support for django 3.2 > bcz im using django 3.2 but when installing this module its automatically downgrading to 3.1.6

MathiasKowoll commented 3 years ago

I did not have the issue, I'm running Django 3.2.4 without any issues

morlandi commented 3 years ago

Hello, the setup of this package does't install any dependencies at all, let alone Django. Must be the side effect of some other package you're installing with your project. Cheers