barseghyanartur / django-dash

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

Improve Django 1.11 compatibility. Import `flatatt` from the correct place. #29

Closed dpaskov closed 4 years ago

dpaskov commented 4 years ago

This is compatible with Django 1.8, 1.9, 1.10 & 1.11.

dpaskov commented 4 years ago

Will you release this with 0.5.6? Thank you in advance.

barseghyanartur commented 4 years ago

@dpaskov:

Sure. Thanks for your support.

dpaskov commented 4 years ago

@barseghyanartur Could you release latest version?

barseghyanartur commented 4 years ago

@dpaskov:

Yep. Tonight.

dpaskov commented 4 years ago

@barseghyanartur Actually I hit a couple more deprecation things with Django 1.11 and will prepare a PR for them, so all could go inside new release.

dpaskov commented 4 years ago

Only this is needed: https://github.com/barseghyanartur/django-dash/pull/30

barseghyanartur commented 4 years ago

@dpaskov:

Done.

dpaskov commented 4 years ago

Thank you!