barseghyanartur / django-dash

Customisable, modular dashboard application framework for Django.
https://pypi.python.org/pypi/django-dash
384 stars 85 forks source link

Django 2.2 support #27

Closed barseghyanartur closed 3 years ago

farridav commented 4 years ago

I have this working with Django 3, is there a specific issue with 2.2 ?

barseghyanartur commented 4 years ago

Not specifically, actually, starting from 1.11 code migrations in Django are much simpler. Minimally, test suite shall be changed to include 2.2 and 3.0 to proclaim that they are supported. And pending deprecations shall be addressed (often, conditionally, using django-nine).

barseghyanartur commented 3 years ago

Done in master.